Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 633 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 633 Bytes

Recipe Book App

Install:

  1. git clone [email protected]:carlosgomez2/recipe-book.git
  2. cd into directory
  3. run meteor to install all dependencies
  4. browse to localhost:3000
  5. create an account and enjoy the app

Screenshots:

login

dashboard

new recipe

current menu

shopping list

Troubleshooting:

  • If Error: EISDIR: illegal operation on a directory, unlink ... dev_bundle? Go to app directory, show hidden files, go to .meteor/local erase dev_bundle folders. rebuild app with meteor.