Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 350 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 350 Bytes

This is an application for testing and demonstrating the features of redux-crud-store.

To run the serverside dummy API: npm run start:server

To run the clientside application: npm start

The client application runs on http://localhost:3000 and the serverside api runs on http://localhost:4000.