generator-exotherm

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i generator-exotherm

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

78.8 kB

Total Files

46

Last publish

Collaborators

  • amimaro