Initial angular app built with webpack
This app was made following the https://angular.io/guide/webpack#webpack-an-introduction tutorial, this was made only for learning purposes
- cd angular-webpack
- npm install
- npm start
- the app will load at http://localhost:8080/
- npm run build
- npm test