0.2.0 • Published 3 years ago

cra-template-dead-template-ts v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

dead-template-ts

CRA TypeScript template with esbuild

Running the app

# install template
npx create-react-app some-name --template dead-template-ts

# install
$ yarn

# development
$ yarn start

# test app
$ yarn test

# test app
$ yarn test:coverage

# generate build
$ yarn build