- Clone this repo
- At the project root:
npm installnpm run start - View dist/index.html in your browser.
Note: if you have a mac and chrome installed, try
npm run view, it should also boot up a chrome window with the visualization
I would recommend just using npm run start and manually re-calling this
each time a code change is made. I have yet to solve the problem of having the
nodemon call conserve the number of tabs to just one. But, if you have a mac
, you may play around with it:
npm install -g nodemonnodemon --ignore ./dist --exec npm run start