/dead-template-ts

CRA TypeScript template with esbuild

Primary LanguageTypeScript

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