This is a simple directory with all the files to get started with a Tailwind CSS project.
- Download the latest release
- Extract the directory to where you want to use it
cd
into the newly created directory- run
npm install
The quickest way to get started is to run
npm run watch
This will run both a browsersync server in watch mode as well as tailwindcli in JIT and watch mode. Your default browser will then launch to http://localhost:3000/
however, the page can also be accessed with your LAN IP address.