Angular 9- Firebase Auth - Material UI - Express - Json-server
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Node installed to run the project locally
Install dependencies
$ cd json-server
$ npm install
To start the server run:
$ npm start
Json-server : http://localhost:3000/todos
Install dependencies
$ npm install
To start the app run
$ npm start
Angular todo-app : http://localhost:4200
Create a new project on Firebase and add Google auth. Replace firebase config variables on enviroment.ts file with your own.
You can preview the app on heroku:
Desktop
Mobile