https://github.com/infinitypaul/coffeemaker
Coffee Maker With React Redux and Firebase
https://github.com/infinitypaul/coffeemaker
firebase react react-redux react-router reactjs redux
Last synced: 3 months ago
JSON representation
Coffee Maker With React Redux and Firebase
- Host: GitHub
- URL: https://github.com/infinitypaul/coffeemaker
- Owner: infinitypaul
- Created: 2019-04-11T11:58:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T12:35:31.000Z (about 7 years ago)
- Last Synced: 2026-01-03T19:37:38.926Z (6 months ago)
- Topics: firebase, react, react-redux, react-router, reactjs, redux
- Language: JavaScript
- Homepage: https://react-my-coffee.firebaseapp.com/
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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