$ npm install
$ npm run build
$ npm run start
- create a new directory under
src/
(eg. 04) - create a
index.js
file inside that directory - add an entry point in webpack.config.js
- run
npm run build
- copy
docs/index.html
file into the generated directory