https://github.com/phartenfeller/react_tailwind_template
https://github.com/phartenfeller/react_tailwind_template
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phartenfeller/react_tailwind_template
- Owner: phartenfeller
- License: mit
- Created: 2019-11-17T17:35:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T09:07:40.000Z (about 1 year ago)
- Last Synced: 2025-02-27T02:57:27.762Z (11 months ago)
- Language: JavaScript
- Size: 4.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React + Tailwind template
Use this template to get a preconfigured project with:
- Create React App
- Tailwindcss (configured with postcss + purgecss)
- ESLint (Airbnb config)
- Prettier
## Get started:
```
// install dependencies
yarn install
// start development
yarn start
// create optimized production build
yarn build
```