1.0.10 • Published 6 years ago

xixi-base v1.0.10

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
6 years ago

XIXI-BASE BOILERPLATE

Prerequisites

  1. Create a Firebase account (https://firebase.google.com/)
  2. Create a Firebase project

Create a project on your local computer

  1. Fork this repository
  2. $ git clone your forked repository url
  3. $ cd your project folder/public
  4. $ npm install

Setup

  1. In .firebaserc file set your Firebase project name
  2. In public/src/app.js set your Firebase credentials (apiKey, authDomain, projectId)

Run local

$ npm run dev

Deploy development version to Firebase hosting

$ npm run deploy

Deploy production version to Firebase hosting

$ npm run prod