Simple User Management System - Client Side with ReactJS and Redux
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm start
# serve with hot reload and Sass watch at localhost:7000
$ npm run dev
# production build
$ npm run build
Live API Endpoints: https://user-management-node.herokuapp.com/api
Server-side source codes: https://github.com/sabuhinazarov/user-management-node
You can change api base url from ./src/index.js