1.0.0 • Published 1 year ago

cra-template-docker-react-ts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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: