https://github.com/hoppula/refire-hackathon-boilerplate
Boilerplate for quick prototyping with refire-app
https://github.com/hoppula/refire-hackathon-boilerplate
Last synced: 5 days ago
JSON representation
Boilerplate for quick prototyping with refire-app
- Host: GitHub
- URL: https://github.com/hoppula/refire-hackathon-boilerplate
- Owner: hoppula
- Created: 2016-03-22T18:55:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T18:55:53.000Z (about 10 years ago)
- Last Synced: 2025-03-21T11:48:59.592Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security-rules.json
Awesome Lists containing this project
README
# refire-hackathon-boilerplate
Boilerplate for quick prototyping with [refire-app](https://github.com/hoppula/refire-app)
## Getting started
### Install dependencies
`npm install`
### Edit firebase.json
Create a new app in [Firebase dashboard](https://www.firebase.com/account/) and set `firebase` value in `firebase.json` to match your app's name.
### Run app (localhost:4000, HMR enabled)
`npm start`
## Optional steps
### Edit bootstrap.json
Place your initial data inside `bootstrap.json`
### Login to Firebase
Run `npm run login` to login to Firebase in your terminal.
### Bootstrap your Firebase
Run `npm run bootstrap` to init your Firebase with `bootstrap.json` data.
### Deploy to Firebase
When your app is ready, deploy it to firebaseapp.com by running `npm run build` and `npm run deploy`.
## License
MIT