cra-template-docker-react-ts
v1.0.0
Published
The base TypeScript docker template for Create React App.
Downloads
3
Maintainers
Readme
cra-template-typescript
This is the TypeScript template for Create React App to develop in a docker environment.
To use this template, add --template react-ts-docker
when creating a new app.
For example:
npx create-react-app my-app --template react-ts-docker
# or
yarn create react-app my-app --template react-ts-docker
# or
docker run -it -v .\:/appdir -w /appdir node:20.11.1-bullseye npx create-react-app my-reactapp --template react-ts-docker
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.