pfalkon / ng-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NgTodo

Todo App made with Angular

Contributors

Sam Borick Tyler Mendes de Brito Sunil Sandhu

Development server

Run ng serve for a dev server. Navigate to lohalhost:4200. The app will automatically reload if you change any of the source files.

Code scaffolding

Run to
ng generate component component-name generate a new component
ng generate directive directive-name generate a new directive
ng generate pipe pipe-name generate a new pipe
ng generate service service-name generate a new service
ng generate class class-name generate a new class
ng generate guard guard-name generate a new guard
ng generate interface interface-name generate a new interface
ng generate enum enum-name generate a new enum
ng generate module module-name generate a new module

Build

Run to
ng build build the project in development build
ng build --prod build the project in production build
The build artifacts will be stored in the dist/ directory.

Running unit tests

Run to
ng test execute the unit tests via Karma

Running end-to-end tests

Run to
ng e2e execute the end-to-end tests via Protractor.

Further help

Run to
ng help get more help on the Angular CLI

Or go check out the Angular CLI README.

About


Languages

Language:TypeScript 63.4%Language:HTML 13.7%Language:CSS 11.8%Language:JavaScript 11.1%