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

https://github.com/jgudo/react-boilerplate-v2


https://github.com/jgudo/react-boilerplate-v2

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# React With Firebase Boilerplate

### Version
2.0.0

### Installation

Install the dependencies

```sh
$ npm install
```
Yarn
```sh
$ yarn install
```

### Run the development server
Dev server is now ready and can be accessed in browser in

```sh
$ npm run dev-server
```