https://github.com/natac13/vegan-recipe-app
A recipe app I am working on for my mom to store recipes.
https://github.com/natac13/vegan-recipe-app
Last synced: 3 months ago
JSON representation
A recipe app I am working on for my mom to store recipes.
- Host: GitHub
- URL: https://github.com/natac13/vegan-recipe-app
- Owner: natac13
- License: mit
- Created: 2015-11-27T23:27:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T19:36:23.000Z (over 9 years ago)
- Last Synced: 2023-02-27T21:46:52.676Z (about 2 years ago)
- Language: JavaScript
- Size: 244 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Intro
This is a *Vegan* Recipe storage app that I built for my mom to store her growing collection. We both went vegan in the early part of 2015 and with her love of cooking she has set out to remake a bunch of dishes from prior as well as create new ones for us to enjoy. During this process she may even teach me how to cook.
------------------------------------------------------------------------------
## Install
This is a work in progress right now. To run the app.
```sh
// dependencies
npm install// launch Webpack development server
npm start
```I will have testing later with Mocha and Chai.