Skip to content

muhajirdev/react-tailwind-emotion-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Tailwind Emotion Starter

This project is based on create-react-app.

Usage

git clone https://github.com/muhajirframe/react-tailwind-emotion-starter
cd react-tailwidn-emotion-starter

Development

npm start

Build

npm run build

How it was made?

  • It uses babel-plugin-tailwind-components
  • Add globals to eslint. So we can use tw globally.
  • tailwind configuration is located in src/tailwind.js. Because create-react-app doesn't support importing file from outside src

For more information

Contributing

Related

Enjoy!