Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.53 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.53 KB

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

license npm version Build Status codecov
NPM

Documentation

Full API documentation - Learn about each method

Getting Started

Setup your firebase application on https://firebase.google.com/

Install

npm install -g moltres

Creating a new application

  • Initialize a new application (this will download the application moltres-template)
moltres init -n newapp