SKILL STACK
This is a self learning project, however, you are very welcome to propose any suggestion or advice.
To start this project, you need to run the following command initially.
npm install
Optionally, you can use
cnpm install
instead, for a faster installation.
Bundle.js file will appear once you build the project first.
npm run build
Whenever you reedit the webpack.[option].config.js you need to rebuild the project.
use
npm run start
to run this project on your dev-server.