Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 677 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 677 Bytes

Finance control - react client

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)

Stack

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

Style

Immaginare identity

Test

  • Run local service server ctr-client-node

  • Run in local client server:

npm run start
  • Client server will open browser on localhost:3000