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

https://github.com/joaopaulomoraes/react-tailwindcss-boilerplate

This is a React boilerplate to be used with Tailwindcss.
https://github.com/joaopaulomoraes/react-tailwindcss-boilerplate

boilerplate eslint jest prettier react-tailwindcss react-tailwindcss-typescript reactjs tailwindcss typescript

Last synced: 4 months ago
JSON representation

This is a React boilerplate to be used with Tailwindcss.

Awesome Lists containing this project

README

        

# React Tailwindcss Boilerplate

This is a [React](https://react.org) boilerplate to be used with [Tailwindcss](https://tailwindcss.com).

## What is inside?

This project uses lot of stuff as:

- [ReactJS](https://reactjs.org)
- [TypeScript](https://www.typescriptlang.org)
- [Tailwindcss](https://tailwindcss.com)
- [Jest](https://jestjs.io)
- [Eslint](https://eslint.org)
- [Prettier](https://prettier.io)

## Getting Started

### Installing

Cloning the project.
```bash
git clone https://github.com/joaopaulomoraes/react-tailwindcss-boilerplate.git react-tailwindcss-boilerplate
```

Access the project directory.
```bash
cd react-tailwindcss-boilerplate
```

Install dependencies.
```
yarn install
```

Serve with hot reload at http://localhost:3000.
```
yarn start
```

### Testing

```
yarn test
```

## License

This project is licensed under the MIT License.