This is a Tailwind Responsive Landing Page Project
Install dependencies (Tailwind)
npm install
Run the Tailwind CLI to compile the input.css during development. The output file is src/css/main.css
npm run watch
To build once run...
npm run build