Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 369 Bytes

File metadata and controls

21 lines (14 loc) · 369 Bytes

For starting project:

for load all dependencies

$ bower install
$ npm install

Then, FIRSTLY start JSON Server (if JSON Server installed)

$ json-server --watch db.json

In the SECOND start gulp

$ gulp serve || gulp