/cra-template-dmontee

Personal Create React App template

Primary LanguageJavaScriptMIT LicenseMIT

Usage

npx

npx create-react-app my-app --template dmontee

Includes

Features

  • VS Code support
  • Async data fetching with axios
  • Eslint configuration that's compatible with prettier
  • Recoil for app manangement
  • React hooks linting and testing
  • Styling with tailwindcss
  • Stylelint configuration that's compatible with tailwind
  • Basic dark theme support

Testing Locally

npx create-react-app . --template file:../path/to/your/template/cra-template-[template-name]

License

Licensed under the MIT license.