1.0.0 • Published 2 years ago

cra-template-nitro v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

cra-template-nitro

npm version

Supercharged typescript template for Create React App

What's in it

cra-template with reasonable defaults

  • Mock service worker setup
  • VSCode recommended extensions
  • VSCode settings and launch configuration
  • ESLint and Stylelint
  • Prettier configurations
  • Husky pre-commit and pre-push rules
  • React Testing Library test-utils
  • Folder structure for the application with example component

Usage

To use this template within your project, add --template cra-template-nitro when creating a new app.

For example:

npx create-react-app my-app --template cra-template-nitro

# or

yarn create react-app my-app --template cra-template-nitro

For more information, please refer to: