A little frontend to play around with:
- ES6
- angular 1.x
- material design
- webpack
- component driven frontend
git clone https://github.com/Drathal/angular-webpack-dashboard.git
cd angular-webpack-dashboard
npm install
npm run build
npm run start
Open in Browser at: localhost:8888
npm run build:dev
Open in Browser at: localhost:8080
npm run test
npn run test:dev
You chan change the port
variable, inside webpack/webpack.make.js
.
You chan change the port
variable, inside server.js
.