If you already installed npm
, please install required tools bower
, gulp
and yo
:
$ npm install -g yo gulp bower
$ cd vms-frontend
$ bower install && npm install
- In development, you can use
gulp serve
to build and sync the source files automatically gulp
orgulp build
are enable to build the project in/dist
directory
For more details, please see https://github.com/Swiip/generator-gulp-angular/blob/master/docs/usage.md