2.4.1 • Published 6 years ago
create-react-custom-app v2.4.1
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 startBuild&Run
npm run build && npm startESLint
npm run lint
npm run lint:fixMaintenance
npm run clean
npm run upgrade