/Meal-Prep-Sunday

EE 461L Project - Meal Prep Sunday

Primary LanguageJavaScript

Meal Prep Sunday

EE 461L Project - Meal Prep Sunday

How to Get Started with Firebase

  1. Clone this repo to your computer: git clone https://github.com/yennster/Meal-Prep-Sunday.git
  2. Install npm: https://www.npmjs.com/get-npm
  3. Run: npm install -g firebase-tools
  4. In the Meal-Prep-Sunday repo directory, run: firebase serve to launch the web server locally on localhost:5000
  5. To deploy to https://ee461l-mealprepsunday.firebaseapp.com/, run: firebase deploy