Skip to content

A platform for users to share awesome and exciting recipe ideas they have invented or learnt.

Notifications You must be signed in to change notification settings

bahdcoder/more-recipes

Repository files navigation

Build Status Coverage Status Maintainability Test Coverage

MORE-RECIPES

Bahdcoder Andela Cycle 28 Boot-camp Project


THE TEMPLATE

How to run project template locally

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

THE SERVER SIDE

  • Clone repository
  • Install dependencies
  • Run server:
  npm run start
  • Run tests:
  npm run test

THE CLIENT SIDE

Coming soon

// recipe:1:upvoters => [1,2,3,4,5] // recipe:2:downvoters => [1,2,3,4,5,6]