Skip to content

vjwilson/recipes-frontend

Repository files navigation

Recipes Frontend

TravisCI build status tag Coveralls test coverage status

This is the Node/Express API for a recipes app.

Getting Started

Clone the repo, switch to the cloned directory, and install the Node dependencies.

    npm install

To run the app,

    npm start

Tests

The tests are watched by the npm start task. To run the tests once by themselves,

    npm test

Building and deploying

To build the app into a /dist folder,

    npm build

To deploy the app,

    npm deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published