React version of the basic finance application originally coded in ctr-client-angular (Angular 1.6)
Controls
- Users
- Invoices
- Config
Served via REST by backends
- ctr-server-node (Node + Express)
- ctr-server-java (Java 8 + spring boot)
Frontend
- React/Redux
Comments;
- Initial boilerplate from react-create-app
- Coding stantards redux.js.org plus dryer arrow functions
- Yarn not uninstalled but but only npm was run
Immaginare identity
-
Run local service server ctr-client-node
-
Run in local client server:
npm run start
- Client server will open browser on localhost:3000