A todo app created with ⚛react and 🔥firebase. Written in Typescript.
create a file .env.local
, copy the environment variables from .env.examples
and input your firebase credentials
To install dependencies:
yarn install
or npm install
To start development:
yarn start
or npm start
Open in your web browser at http://localhost:3000
Happy Coding!