dead-template-ts

CRA TypeScript template with esbuild

Usage no npm install needed!

<script type="module">
  import deadTemplateTs from 'https://cdn.skypack.dev/dead-template-ts';
</script>

README

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