rgarom / angular2-seed

Angular2 seed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular2-seed

Project scaffolding for Angular 2.x projects using TypeScript, Webpack, Karma, Jasmine and Sass.

Run or compile the project

Serve the project on http://localhost:8080/ and watch changes.

npm start

Compile the project on dist folder

npm run build

Run test

npm test

About

Angular2 seed

License:MIT License


Languages

Language:JavaScript 52.4%Language:TypeScript 22.0%Language:CSS 21.2%Language:HTML 4.5%