Skip to content
Snippets Groups Projects
user avatar
Alan Matúš authored
9b9f5680
History

Todo App

Simple todo list

Development

Setup

# install dependencies locally
$ yarn install
create .env in root
copy .env.dist to .env

Run

$ yarn run dev