Skip to content

simplay/yata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yata

Yet another todo app (yata) allows you to keep track of your todos.

Dependency

Installation

  1. Clone this repository
  2. Run yarn install inside the root directory
  3. cp .env.example .env and set the corresponding ENV variables.

Usage

  1. Start a local yata-api server.
  2. Run the app: yarn start
  3. Visit localhost:3000