Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 438 Bytes

File metadata and controls

20 lines (12 loc) · 438 Bytes

Frontend usage

Requirements

Process

  1. Go to the deploy folder

     $ cd deploy
    
  2. Install dependencies

     $ npm install
    
  3. Run the local server

     $ gulp server
    
  4. Open a browser on http://localhost:8080 and play around. The server is using livereload so that any changes on the js or html files will be automatically published to the server.