Simple web drawing application using HTML5 canvas and its partner JavaScript.
- HTML5
- SASS/CSS
- JavaScript (ES6+)
- Webpack
- npm
To run this project, install it locally using npm
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run start
# install dependencies
npm install
# build for production with minification in the "dist" directory
npm run build
# remove the "dist" directory
npm run clean