I build the following project when I was learning how to setup webpack for Angular from scratch.
It's simple but it helped me to learn how webpack works for Angular and AngularJs
- clone the repository
- run
npm installto install the required dependencies - run
npm run-script buildto build the project with webpack - And
npm startto start the project.