This is a basic starter-kit that runs a simple express server. Ideally for sandbox and very early prototypes.
npm inpm start- NOTE: we are usingnodemonto reset the serve on change.npm-run-all --parallel task1 task2- runs tasks in parallel-s- run in silent mode- Add your
.env file
- remove nodemon and webpack hot loader and opn modules now refresh page
- setup sass compiling
Note: Using webpack dev server for now, however express js is still here for further development with webpack-dev-middleware. Change NPM start script!
- Core understanding are in the notes folder
- Individual charts and graphs are in the lessons folder
- D3 nests