An open API service indexing awesome lists of open source software.

https://github.com/devwulf/cra-template-base-tailwind


https://github.com/devwulf/cra-template-base-tailwind

Last synced: 12 months ago
JSON representation

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