create-react-custom-app
v2.4.1
Published
Create environment of React + Typescript + webpack + ESLint + Prettier
Readme
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 startOpen http://localhost:3000
Build&Run
npm run build && npm startESLint
npm run lint
npm run lint:fixMaintenance
npm run clean
npm run upgrade