Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.14 KB

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!