hudson-bruno / todo-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Simple todo list web site

Step to step to run

First of all is necessary to install all projects dependencies

$ yarn

It is necessary to create a .env file, you can just duplicate sample.env and rename it to .env

To get this website running on development mode just run the following command:

$ yarn dev

The api needs to be up and running, in order to achieve that reach this repository and remember to change the .env accordingly

About


Languages

Language:TypeScript 91.9%Language:CSS 5.0%Language:HTML 2.8%Language:Shell 0.3%