Client: React, Redux
Server: Node, Express
Clone the project
git clone https://github.com/emreylmaz/Todo-App-ExpressApi-React-Redux.git
Go to the project directory
cd project
Install dependencies
npm install
Start the React
npm start
Start the Api
npm run server