An open API service indexing awesome lists of open source software.

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

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!