- Install modules -npm install
- Need to bundle art.js library
- cd art
- webpack -w
- Need to start simple app for testing
- webpack -w (in the root directory)
- Need to start hosting app for testing
(You can do it as you want, but the simplest way is:
- npm install http-server -g
- cd docs
- http-server
- http://{you api}:8080)
https://artlait.github.io/ArtJS/
Open console(F12 in Chrome) for look some intermidiate results