0.2.0 • Published 3 years ago

cra-template-dead-template v0.2.0

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

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