The template for Create React App.
npx create-react-app my-app --template songc
npm init react-app my-app --template songc
yarn create react-app my-app --template songc
- Support absolute path with TypeScript
- Support VSCode Integration
- Support prettier
- Customize config with craco
- Customize eslint config > link
Written by @songc
🧑🏻💻