Install:
- git clone [email protected]:carlosgomez2/recipe-book.git
- cd into directory
- run
meteor
to install all dependencies - browse to localhost:3000
- create an account and enjoy the app
Screenshots:
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 withmeteor
.