This is the Node/Express API for a recipes app.
Clone the repo, switch to the cloned directory, and install the Node dependencies.
npm install
To run the app,
npm start
The tests are watched by the npm start
task. To run the tests once by themselves,
npm test
To build the app into a /dist
folder,
npm build
To deploy the app,
npm deploy