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.