Todo app with Angular, AngularFire2, and Firebase
A simple Todo app example built with Angular, Angular CLI and AngularFire2. The app features a Firebase backend with OAuth authentication. Try the demo at ng2-todo-app.firebaseapp.com.
Stack
- Angular 4
- Angular CLI
- AngularFire2
4.0.0-rc.1 - Firebase
- RxJS
- SASS
- Typescript
Quick Start
Install Angular CLI
$ npm install -g @angular/cliClone the app, install package dependencies, and start the dev server @ localhost:4200
$ git clone https://github.com/r-park/todo-angular-firebase.git
$ cd todo-angular-firebase
$ npm install
$ npm startDeploying to Firebase
Prerequisites
- Create a free Firebase account at https://firebase.google.com
- Create a project from your Firebase account console
- Configure the authentication providers for your Firebase project from your Firebase account console
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-toolsBuild and deploy the app
$ npm run build
$ firebase login
$ firebase use default
$ firebase deployCommands
| Script | Description |
|---|---|
npm start |
Start development server @ localhost:4200 |
npm run build |
build the application to ./dist |
npm run lint |
Lint .ts files |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
