Skip to content

deadkff01/dead-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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