Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 492 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 492 Bytes

Install Dependencies

npm install

You can run the following command to start the server:

 node ./node_modules/live-server/live-server.js . --open=app

This should open your browser to http://localhost:8080/app/

You can install also live-server globally to make life easier and for use with other applications:

npm install -g live-server

If you would like to use gulp tools, let's change branch by

git checkout gulp-automation