- Node JS / NPM
- Python 3 (for starting demo server)
Run npm install
to install the project's dependencies. Once done, run npm start
to build the demo app and start the server. Open http://localhost:9000/
to view the demo.
Once demo page is working fine and you have understood how the project works, go ahead and make some code changes in demo\src\app.js
to see them on demo page. Do run below commands to build/watch your project using webpack.
- Run
npm run watch
to let Webpack watch files and automatically create build when files are changed - Run
npm run build
to let Webpack build files and exit