cra-template-simple-ts
This is the custom TypeScript template for Create React App that add node express server
npx create-react-app my-app --template @instea/simple-ts
# or locally
npx create-react-app my-app --template file:./instea-templates/cra-template-simple-ts
Description
This project implements simple (direct filesystem) sharing of code between server and client.
Features
- Typescript + CRA
- Typescript + Express
- Docker