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

https://github.com/phartenfeller/react_tailwind_template


https://github.com/phartenfeller/react_tailwind_template

Last synced: 11 months ago
JSON representation

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
```