Skip to content

alessandrodeste/angular2-playground

Repository files navigation

Angular 2 Playground

This is a simple scaffolding project used to test libraries.

What you can find here

  • Bootstrap 3
  • Login/Signup Form

TODO List

  • user CRUD
  • scss
  • unit test + e2e
  • handle roles
  • production optimization
  • i18n
  • yarn
  • ...

How to use

Install and start the backend services

Eventually change the backend services path in: /src/app/_services/config.ts

Install packages

npm install

Install angular-cli globally

npm install -g @angular/cli

Run application with angular-cli

ng serve

Build the application

ng build -prod