Yet another todo app (yata) allows you to keep track of your todos.
- Clone this repository
- Run
yarn install
inside the root directory cp .env.example .env
and set the corresponding ENV variables.
- Start a local yata-api server.
- Run the app:
yarn start
- Visit
localhost:3000