Myfirebase is a decoupled SPAs framework which is highly compatible with Google Firebase
Currently, Myfirebase is in development stage, feel free to participate.
-
NPM is the recommended installation method when building large scale applications with Myfirebase.
-
Firebase command line interface,
npm install -g firebase-tools
-
Myfirebase command line interface,
npm install -g myfirebase-cli
# Create new project with myfirebase-cli
$ myfirebase new:project my-project
# Change directory
$ cd my-project
# Install dependencies
$ npm install
# Sign in using your Google account
$ firebase login
# Initialize firebase project
$ firebase init
# Run the server
$ npm run dev
# Production
$ npm run build
# Deploy project
$ firebase deploy