cra-template-docker-react-ts

1.0.0 • Public • Published

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:

/cra-template-docker-react-ts/

    Package Sidebar

    Install

    npm i cra-template-docker-react-ts

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    33.9 kB

    Total Files

    25

    Last publish

    Collaborators

    • singamtech