Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 494 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 494 Bytes

Getting started

npm install - get all package dependencies

Development

npm run dev - starts dev server that watches for changes in js code and restarts automatically

*Note: need to restart server manually if you change schema.yaml

Deployment

Ensure this command runs when your server starts on your host:

npm start

Here are some free hosting services for Node apps: