thamanchand / angular-webpack-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just another Angular Dashboard

Build Status Codacy Badge Coverage Status Dependencies Join the chat at https://gitter.im/Drathal/angular-webpack-dashboard

A little frontend to play around with:

  • ES6
  • angular 1.x
  • material design
  • webpack
  • component driven frontend

requirements

install

git clone https://github.com/Drathal/angular-webpack-dashboard.git
cd angular-webpack-dashboard
npm install

build & start

production

npm run build
npm run start

Open in Browser at: localhost:8888

development

npm run build:dev

Open in Browser at: localhost:8080

tests

run unit tests once

npm run test

listen for changes and rerun tests

npn run test:dev

FAQ

Where can i change the port for the dev server?

You chan change the port variable, inside webpack/webpack.make.js.

Where can i change the port for the production server?

You chan change the port variable, inside server.js.

About


Languages

Language:JavaScript 84.3%Language:HTML 11.1%Language:CSS 3.1%Language:Nginx 1.1%Language:Gherkin 0.4%