Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 277 Bytes

File metadata and controls

8 lines (7 loc) · 277 Bytes

AngularJs-UI-Router

steps to run the application

  1. npm install (Terminal command to install required dependencies)
  2. change path to server folder
  3. node server.js (Terminal command to run the express server)
  4. change path to root folder
  5. npm run dev (To start the app)