abhagsain / reacttailwindboilerplate

✔ React-Tailwind Starter Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic React & Tailwind Boilerplate template

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

reacttailwind

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

About

✔ React-Tailwind Starter Template


Languages

Language:CSS 98.5%Language:JavaScript 1.2%Language:HTML 0.3%