Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 806 Bytes

README.md

File metadata and controls

52 lines (36 loc) · 806 Bytes

Table of contents

General info

Simple web drawing application using HTML5 canvas and its partner JavaScript.

Technologies

  • HTML5
  • SASS/CSS
  • JavaScript (ES6+)
  • Webpack
  • npm

Demo

click here

Setup

To run this project, install it locally using npm

Development server (compiles and hot-reloads)

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run start

Build setup (development)

# install dependencies
npm install

# build for production with minification in the "dist" directory
npm run build

Demounting setup

# remove the "dist" directory
npm run clean