/vitejs-react-tailwindcss-template

Minimal ViteJS, React (TypeScript), and TailwinCSS Starter Template.

Primary LanguageTypeScript

ViteJS React Tailwindcss Starter Template

Minimal ViteJS, React (TypeScript), and TailwinCSS Starter Template.

Installation

Clone the repo

  git clone https://github.com/ojpro/vitejs-react-tailwindcss-template.git

Install packages

  # using npm
  npm install

  #using yarn
  yarn

Start the developement server

    npm run dev

    # or using yarn

    yarn dev

🚀 Now visit http://localhost:3000

Authors