GPatta's landing page hosted with GitHub Pages.
- assets
- src
- css styles folder
- js scripts folder
- index.html main HTML file.
- tailwind.config.js Tailwind's configuration file.
- postcss.config.js
npm init -y- Setup Tailwind: https://tailwindcss.com/docs/installation
npx tailwindcss -i ./src/css/input.css -o ./src/css/output.css --watch- To build the project:
npm run build(you need to add the build script in package.json first). - Tailwind JIT ...