MediaComem / comem-angular-starter

Barebones Angular starter project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COMEM+ Angular Starter

This project was generated with Angular CLI version 1.6.8.

Requirements

Installation

Clone the repository:

git clone https://github.com/MediaComem/comem-angular-starter.git

Install its dependencies:

cd comem-angular-starter
npm install

Development

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Scaffolding

Run npm run ng -- generate component COMPONENT-NAME to generate a new component. You can also use npm run ng -- generate directive|pipe|service|class|guard|interface|enum|module.

Linting

Run npm run lint to analyze your code with Codelyzer.

Production

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

Barebones Angular starter project


Languages

Language:TypeScript 77.4%Language:HTML 21.0%Language:CSS 1.6%