/node-express-react-ts

Boilerplate repo for starting an app in node with express on the backend and react on the frontend with typescript

Primary LanguageJavaScript

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.