Sample app to test webpack configuration and lazy loading components
Run npm install
to download the dependencies
To build the projet run npm run build
To launch a test version for the browser run npm run start
and go to localhost:8080
For Unit tests use npm run test
instead