andrew-go-code / demo-react-redux-saga-ts

React/TypeScript client demo application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo client application using React, Redux, Saga, TS, Material-UI

Description

Demo application includes implementation CRUD operations functionality for two entity (Contract and Contractor) and login form.

Data api

The application communicates with Java service via REST API. Compiled Java application placed in the root of the current project (demo-rest-api.jar). Command to run: java -Dserver.port=1234 -jar demo-rest-api.jar

Test user

login: user1; password: pass1

About

React/TypeScript client demo application


Languages

Language:TypeScript 97.9%Language:JavaScript 1.3%Language:CSS 0.6%Language:HTML 0.3%