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.
- Host: GitHub
- URL: https://github.com/joaopaulomoraes/react-tailwindcss-boilerplate
- Owner: joaopaulomoraes
- Created: 2021-02-10T04:22:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T14:18:19.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T06:07:14.269Z (5 months ago)
- Topics: boilerplate, eslint, jest, prettier, react-tailwindcss, react-tailwindcss-typescript, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://react-tailwindcss-boilerplate.joaopaulomoraes.vercel.app/
- Size: 278 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.