Skip to content

cufarvid/cra-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cra-templates

A collection of templates for Create React App.

Templates

  • cra-template-typescript-sass-eslint-prettier - TypeScript template, including Sass, ESLint and Prettier configuration.
  • cra-template-typescript-tailwindcss-eslint-prettier - TypeScript template, including TailwindCSS, ESLint and Prettier configuration.

Usage

To use any of these templates, add --template <name> when creating a new app:

For example:

npx create-react-app my-app --template typescript-sass-eslint-prettier

# or

yarn create react-app my-app --template typescript-sass-eslint-prettier

For more information, please refer to: