/dead-template

CRA Template

Primary LanguageJavaScript

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