Skip to content
/ node-express-react-ts Public template

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

Notifications You must be signed in to change notification settings

bondz/node-express-react-ts

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published