For starting project:
for load all dependencies
$ bower install
$ npm installThen, FIRSTLY start JSON Server (if JSON Server installed)
$ json-server --watch db.jsonIn the SECOND start gulp
$ gulp serve || gulpFor starting project:
for load all dependencies
$ bower install
$ npm installThen, FIRSTLY start JSON Server (if JSON Server installed)
$ json-server --watch db.jsonIn the SECOND start gulp
$ gulp serve || gulp