Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.45 KB

README.md

File metadata and controls

64 lines (37 loc) · 1.45 KB

Recipe Box

A simple React app for storing recipes and a list of their ingredients.

Getting Started

You can clone this repo to your local machine using the command:

git clone https://github.com/4xDMG/recipe-box.git

Prerequisites

You will need to have git and node.js installed locally on your machine.

You can find the instructions to install git for your OS here. Instructions for installing Node.js can be found here.

Installing

Once you have git and node installed, navigate to the projects root directory in your terminal and type:

npm install

This will install all dependancies you need to run the project.

Start the dev server by typing the command:

npm start

Deployment

To deploy, update the package.json with your own hompage information and type:

npm run deploy

Built With

Authors

  • Daniel Tait - Initial work - 4xDMG

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • All the Medium bloggers who write excellent how-to's
  • freeCodeCamp for their great curriculum