Skip to content

Simple web drawing application using HTML5 canvas and its partner JavaScript

Notifications You must be signed in to change notification settings

Mikulew/js-paint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple web drawing application using HTML5 canvas and its partner JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published