Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 331 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 331 Bytes

server

  • Simple API server for the sample webapp and node js script to test.
  • This server needs to be up and running before the sample projects can work

Running the API server

  1. Install dependencies
    npm install
  2. Run the API server
    npm run serve