mng-angular
v0.0.7
Published
Scaffolding for Angular applications in Mango environment
Readme
mng-angular
This project is based in Angular/Cli.
Create App
Run mng new for generate app with sass style and npm install dependencies. Also create the docker files required to publish de app
Serve
Run mng serve Compile the project and serve the app with a specific port
Test
Run mng test Compile the project and run test with code coverage
