Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 214 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 214 Bytes

TodoApp

App to support creating TODO list´s. This is just for studies purposes; learning react and redux.

Getting Started

cd backend 
npm install
npm run dev
cd frontend
npm install
npm run dev