Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 509 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 509 Bytes

Express React Template with Typescript

CircleCI

Run the server with

yarn
yarn start

Then run the client

cd client
yarn
yarn start

The server part of this system is already designed and exposes a set of REST endpoints via the /api route and a GraphQL endpoint.

The client has been setup to consume graphql if you chose to use that instead.