/egeo-starter

Architecture proposal for Angular 2.x projects using TypeScript, Webpack, Karma, Jasmine and Sass.

Primary LanguageJavaScript

angular2-architecture

Architecture proposal 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 build

Run test

npm test