Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 488 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 488 Bytes

Stadium Booking App

Getting started with this app:

Prerequisite

  • Have NPM installed
  1. npm install (this will install all npm modules & bower modules)
  2. npm start (this will start a simple HTTP server that will serve this AngularJS app)
  3. Enjoy

On development:

  • gulp watch (this will watch all scss files and compile them to their css files)
  • npm start (to start a simple HTTP server. Its not hot reload / live reload)
  • gulp dev (especially run this when you add new files)