DoSomething is a simple todo application using Angular 2, Angular Material and Firebase.
The application was configured to use Firebase as a backend and will require at least a free account. In Firebase a Google Sign-In Method also is required to run the project.
Run npm install -g angular-cli if you do not already have it.
Run npm install.
Configure your Firebase settings in src\app\app-module.ts.
Run ng serve and browse to http://localhost:4200.