The objdrawing demonstrates a simple, reusable Node.js web application based on the Express framework that creates objects on a HTML5 canvas based on inputs from the user.
A project by Aléxia Balionis Arantes.
- Install Node.js
- cd into the app directory
- Run
npm install
to install the app's dependencies - Run
npm start
to start the app - Access the running app in a browser at http://localhost:6001