Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 217 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 217 Bytes

react-hooks-redux-thunk-pattern

Install dependencies

npm install

Usage

Start the REST API server (JSON Server):

npm run server

Then, start the React development server:

npm start