Used as a teaching tool for Hack University students to live code, debug with chrome tools and learn D3
git clone https://github.com/DavideDaniel/HMR-Express.git
cd HMR-Express
npm install
npm start
- Navigate to http://localhost:3000
- Edit your javascript code in
src/main.js
or any css code insrc/assets/
. - Everytime you save your files, the browser should reflect the changes.
- If you have errors or trouble, slack me.
NOTE: Ignore the snippet of code at the bottom of main.js
. It handles hot reloading and removal of extra d3 appended elements.