8000 GitHub - aidevann/project-management-app: Angular 2 App Workaround with Firebase
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aidevann/project-management-app

Repository files navigation

project-management-app

Angular2 App with Firebase. Try the demo at https://project-management-app-292f1.firebaseapp.com/.

Stack

  • Angular 2
  • AngularFire2
  • Firebase SDK
  • RxJS
  • SASS
  • TypeScript

Deploying to Firebase

Prerequisites

Configure this app with your project-specific details

Edit .firebaserc in the project root:

{
  "projects": {
    "default": "your-project-id"
  }
}

Edit the firebase configuration in src/environments/firebase.ts

export const firebaseConfig = {
  apiKey: 'your api key',
  authDomain: 'your-project-id.firebaseapp.com',
  databaseURL: 'https://your-project-id.firebaseio.com',
  storageBucket: 'your-project-id.appspot.com'
};

Install firebase-tools

$ npm install -g firebase-tools

Build and deploy the app

$ npm run build
$ firebase login
$ firebase use default
$ firebase deploy

Commands

Script Description
npm start Start development server @ localhost:4200
npm run build build the application to ./dist
npm run lint Lint .ts files

About

Angular 2 App Workaround with Firebase

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0