1.0.3 • Published 3 years ago

cra-template-tanabee v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

About

This is a template for create-react-app.

Difference from the default template

  • Remove unnecessary files (e.g. App.css, logo.svg, ...)
  • Add jsconfig.json
  • Add Material-UI theme provider
  • Add lint pre-commit hook (using husky and lint-staged)
  • Add prettier settings
  • Add import sort

Usage

npx create-react-app your-app-name --template tanabee