Environment construction of React + Typescript + webpack + ESLint + Prettier
npx create-react-custom-app <app_name> [-a <author>]
cd <app_name>
npm init
npm start
npm run build && npm start
npm run lint
npm run lint:fix
npm run clean
npm run upgrade