abhagsain / initiate-frontend

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


Languages

Language:CSS 97.6%Language:JavaScript 2.1%Language:HTML 0.3%