-
Node.js and npm Node and npm last versions
-
Gulp (
npm install --g gulp-cli
)
-
Execute
npm install
to install all dependences. -
Execute
gulp serve
for a preview development
- Execute
gulp test:auto
to run Karma test runner in background
Execute gulp build
to build project for production use case.
Execute gulp serve:dist
to preview production