Skip to content

hydrabank/cra-template-reactbreeze

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React is a breeze with Tailwind.

Reactbreeze is a CRA (create-react-app) template based on Reactinnit. Reactbreeze contains a Tailwind-based template built on top of the Reactinnit structure, which is a more organized version of the default CRA template.

Usage

To use Reactinnit with Yarn, use a command like the following:

yarn create react-app [application name or . for current directory] --template reactbreeze

With NPM, you can use:

npx create-react-app [application name or . for current directory] --template reactbreeze

About

An organised template for create-react-app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.9%
  • HTML 28.9%
  • CSS 23.2%