Make a awesome landing webpage using Tailwind CSS
to watch 'Traversy Media' crush course. Thanks
Install dependencies (Tailwind)
npm install
Run the Tailwind CLI to compile the assets/css/input.css during development. The output file is assets/css/main.css
npm run watch
To build once run...
npm run build
You can edit the scripts in package.json and the tailwind.config.js file to change input/output locations