Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 270 Bytes

File metadata and controls

22 lines (16 loc) · 270 Bytes

TODO APP

Installation and Launch

Make sure that :3001 and :9001 ports are free

Launch go server with:

cd server
make

Open new console tab and launch the web

cd web
npm i
npm run dev

BOOM: here is the app

Enjoy🚀