A little frontend to play around with:
- ES6
- angular 1.x
- material design
- webpack
- component driven frontend
- docker
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
docker build -t dashboard .
docker run -p 8888:8888 -t dashboard
You chan change the port
variable, inside webpack/webpack.make.js
.
You chan change the port
variable, inside server.js
.