Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 284 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 284 Bytes

A Tailwind CSS Project from Scratch

This Project was built using Tailwind CSS, React and React Refresh Plugin

Install the required dependencies with npm:

npm install

Then start the dev server:

npm run dev

Building for Production:

npm run build