https://github.com/devwulf/cra-template-base-tailwind
https://github.com/devwulf/cra-template-base-tailwind
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devwulf/cra-template-base-tailwind
- Owner: Devwulf
- Created: 2020-06-23T19:21:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T19:49:47.000Z (about 6 years ago)
- Last Synced: 2025-02-23T04:35:42.498Z (over 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cra-template-base-tailwind
My own custom [Create React App](https://github.com/facebook/create-react-app) template which uses [Tailwind CSS](https://www.npmjs.com/package/tailwindcss), [PostCSS CLI](https://www.npmjs.com/package/postcss-cli), and [Autoprefixer](https://www.npmjs.com/package/autoprefixer).
To use and setup, run these commands:
npx create-react-app my-cool-app --template base-tailwind
cd my-cool-app
npm run setup