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

https://github.com/abhagsain/reacttailwindboilerplate

✔ React-Tailwind Starter Template
https://github.com/abhagsain/reacttailwindboilerplate

boilerplate reactboilerplate reactjs tailwind tailwindcss

Last synced: 2 months ago
JSON representation

✔ React-Tailwind Starter Template

Awesome Lists containing this project

README

          

## Basic React & Tailwind Boilerplate template

This is a boilerplate for creating a React App With Tailwind.

![reacttailwind](https://user-images.githubusercontent.com/36589645/64805221-2dbe9000-d5ae-11e9-8a4a-31a181db5647.gif)

## Installtion

```
git clone https://github.com/abhagsain/reacttailwindboilerplate.git
cd [folder name]
npn run dev
compiles css into src/index.css folder & starts React project on PORT 3000
```

## Installed packages
- Concurrently [To run react & tailwind using one script]
- Axios
- Autoprefixer
- Postcss-cli

## Note
Make sure you delete .git file after downloading this repository.

## Scripts
![scripts](https://user-images.githubusercontent.com/36589645/64803854-51340b80-d5ab-11e9-9b6a-c4179e7e0f41.PNG)