0.0.1 • Published 6 years ago

generator-exotherm v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

generator-exotherm NPM version Build Status Dependency Status contributions welcome

Ionic + Firebase App Generator

Installation

First, install Yeoman and generator-exotherm using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-exotherm
npm install -g ionic

Then generate your new project:

yo exotherm

Firebase API Key

Follow step 1 and 2 from this tutorial and copy the API Key snippet to src/app/app.module.ts.

Example:

export const firebaseConfig = {
  apiKey: "<API_KEY>",
  authDomain: "<PROJECT_ID>.firebaseapp.com",
  databaseURL: "https://<DATABASE_NAME>.firebaseio.com",
  projectId: "<PROJECT_ID>",
  storageBucket: "<BUCKET>.appspot.com",
  messagingSenderId: "<SENDER_ID>",
};

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © amimaro