This web app that allows consumers to order for the coffee of their choice.
Infinitypaul | Getting Started
- Clone the project.
git clone https://github.com/infinitypaul/coffeemaker.git projectname
- Install dependencies via npm.
npm install
- Update Basic Config.
if you are using firebase, make sure you update your api in auth.js in the store folder and your url
- Run npm server.
npm start
Enjoy!