Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 444 Bytes

readme.md

File metadata and controls

43 lines (26 loc) · 444 Bytes

React & Redux With Express Api App

Used technologies

Tech Stack

Client: React, Redux

Server: Node, Express

Run Locally

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