Tailwind Skeleton 0.1
Introduction
- Simple HTML skeleton fully integrate with TailwindCSS and Laravel Mix
- Useful to quickly play with TailwindCSS at your local dev. Zero configuration required
Features
Todo
- Add Windstrap integration
Installation
git clone [email protected]:fathur-xoxzo/twskeleton.git
cd twskeleton
npm install
npx mix
Local server
- Once installation finish, you can preview in the browser
npx serve
Development
- To keep watching changes, run this command
npx mix watch