Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 356 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 356 Bytes

Project Scaffolding

Architecture proposal for Angular 1.x projects

Node: this scaffolding has samples files.

Run or compile the project

Serve the project on localhost:3000 (watch: HTML, JS, SASS, resources and tests)

npm run serve

Compile the project on dist folder

npm run dist

Run the linters and test

npm test