Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.07 KB

Recipe Lister

For the uninspired home cook

Development Mode Setup

Make sure to have Node.js, git, and webpack pre-installed to continue.

To install a local copy of the repository, fork or clone to your local drive via terminal:

git clone https://github.com/larrycustodio/recipe-finder.git <YOUR_REPO_DIRNAME>

Switch to the active directory, then install all npm module dependencies:

cd <YOUR_REPO_DIRNAME>
npm i

Launch the development server: npm run dev and the web app should open up on your default internet browser!

Setting up environment variables

Create a .env file on the root directory, touch .env

Deployment (TBD)

Add additional notes about how to deploy this on a live system

Authors

License

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

References & Acknowledgments

  • API powered by The Meal DB Documentation
  • A few happy hours for the spur of the moment ideas...