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.
Full API documentation - Learn about each method
Setup your firebase application on https://firebase.google.com/
npm install -g moltres
- Initialize a new application (this will download the application moltres-template)
moltres init -n newapp
- Modify the application name in
package.json
- Follow the steps in moltres-template/DEVELOPMENT.md to get your application running.