2.4.1 • Published 4 years ago

create-react-custom-app v2.4.1

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

create-react-custom-app

Environment construction of React + Typescript + webpack + ESLint + Prettier

How to use

npx create-react-custom-app <app_name> [-a <author>]
cd <app_name>
npm init
npm start

Open http://localhost:3000

Build&Run

npm run build && npm start

ESLint

npm run lint
npm run lint:fix

Maintenance

npm run clean
npm run upgrade
2.4.1

4 years ago

2.4.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago