https://github.com/brianneisler/moltres
Firebase application framework
https://github.com/brianneisler/moltres
firebase-application moltres moltres-template react
Last synced: about 1 year ago
JSON representation
Firebase application framework
- Host: GitHub
- URL: https://github.com/brianneisler/moltres
- Owner: brianneisler
- License: apache-2.0
- Created: 2020-07-24T02:26:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:51:21.000Z (over 3 years ago)
- Last Synced: 2025-04-19T03:22:10.259Z (about 1 year ago)
- Topics: firebase-application, moltres, moltres-template, react
- Language: JavaScript
- Homepage: http://moltres.io
- Size: 1.97 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# moltres
Firebase application framework.
This application framework provides functionality for building a full stack
application on firebase. The application structure is built using firebase,
redux, react, react-native and react-native-web.
An app built using moltres is a full fledged mobile app (iOS and Android) as well as web app.
## Project Status
[](https://github.com/brianneisler/moltres/blob/master/LICENSE)
[](https://badge.fury.io/js/moltres)
[](https://travis-ci.com/brianneisler/moltres)
[](https://codecov.io/gh/brianneisler/moltres)
[](https://nodei.co/npm/moltres/)
## Documentation
[Full API documentation](docs/API.md) - Learn about each method
## Getting Started
Setup your firebase application on https://firebase.google.com/
## Install
```sh
npm install -g moltres
```
### Creating a new application
- Initialize a new application (this will download the application [moltres-template](https://github.com/brianneisler/moltres-template/))
```sh
moltres init -n newapp
```
- Modify the application name in `package.json`
- Follow the steps in [moltres-template/DEVELOPMENT.md](https://github.com/brianneisler/moltres-template/blob/master/DEVELOPMENT.md) to get your application
running.