Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 279 Bytes

File metadata and controls

10 lines (7 loc) · 279 Bytes

angular-people

Local development server

You need to use a local HTTP server to test this app. It's easy to set up:

  1. Open a command shell in this directory
  2. npm install
  3. node node_modules/http-server/bin/http-server
  4. Visit localhost:8080 in your browser