Bahdcoder Andela Cycle 28 Boot-camp Project
These instructions will get you a copy of the template up and running on your local machine.
Checkout the Live Version Here
- Clone this repository
git clone https://github.com/kati-frantz/more-recipes.git
- Get into the directory with the template
cd more-recipes/template
- Install live server on your local machine to create a simple local server . This will server the application, and will provide live reloading in case you are making changes to the template
npm i -g live-server
- Run project with live-server
live-server
- Navigate to localhost:8080 in your browser to view the project template
- Clone repository
- Install dependencies
- Run server:
npm run start
- Run tests:
npm run test
Coming soon
// recipe:1:upvoters => [1,2,3,4,5] // recipe:2:downvoters => [1,2,3,4,5,6]