cra-template-dead-template

CRA template with esbuild

Usage no npm install needed!

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

README

dead-template

CRA template with esbuild

Running the app

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

# install
$ yarn

# development
$ yarn start

# test app
$ yarn test

# test app
$ yarn test:coverage

# generate build
$ yarn build