Skip to content

Boilerplate for my projects. Includes angular with set up material and flex + firebase.

Notifications You must be signed in to change notification settings

ApinisMikelis/angular-firebase-boilerplate

Repository files navigation

Angular project boilerplate

This project was made for my personal use on projects which need basic Angular setup including material, flex layout and firebase ready to use.

Setup

  1. Just add your Firebase credentials to environment.prod.ts and environment.ts. You can find them in the "General" tab of app settings. They should look something like this:

{
apiKey: "AIzaSyBsHfOW12312312312wbWfFDqML-Z9k",
     authDomain: "app.firebaseapp.com",
     databaseURL: "https://app.firebaseio.com",
     projectId: "app-id",
     storageBucket: "app-3bcdd.appspot.com",
     messagingSenderId: "345155003213"
}
  1. Install packages
npm install

About

Boilerplate for my projects. Includes angular with set up material and flex + firebase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published