https://github.com/jgudo/react-boilerplate-v2
https://github.com/jgudo/react-boilerplate-v2
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgudo/react-boilerplate-v2
- Owner: jgudo
- Created: 2018-12-29T05:51:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T05:57:14.000Z (over 6 years ago)
- Last Synced: 2025-01-15T01:49:09.619Z (4 months ago)
- Language: JavaScript
- Size: 802 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```