1.0.0 • Published 11 months ago

cra-template-sandbox v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

cra-template-sandbox

This is a simple TypeScript template for Create React App.

Add below to standardize the development process.

  • Eslint
  • Prettier
  • husky
  • lint-stage

To use this template, add --template sandbox when creating a new app.

For example:

npx create-react-app my-app --template sandbox

# or

yarn create react-app my-app --template sandbox

For more information, please refer to: