- To install dependencies
npm install
. - To prepare the server directories
npm run init
. - To run the server
npm start
.
After running npm run init
, static assets are served out of server/public
. So an index.html
in server/public
would be served from the root of the server (by default http://localhost:8888/
). To view REST API Documentation go to http://localhost:8888/docs
.