Fivem-react-tailwind-template
A template that allows you to quickly set-up a resource with a UI under ReactJS (Not TS), and TailwindCSS.
All the steps to follow are in the read-me of the repository.
READ-ME
Getting Started
Clone the git repo
git clone https://github.com/KelyanIndustries/fivem-react-template.git
Install dependencies
npm install
To see changes on FiveM
npm run build
To dev on website (not on FiveM)
npm run start