Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 493 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 493 Bytes

Tudo

A todo app created with ⚛react and 🔥firebase. Written in Typescript.

Setup and installation

Firebase

create a file .env.local, copy the environment variables from .env.examples and input your firebase credentials

IDE

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!