Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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