tailwindcss-yew-template
April 9, 2022 ยท View on GitHub
Simple layout for using Tailwindcss with Yew.
Installation
Install tailwindcss and relevant tools. Make sure node and rust is installed on your system!
npm run setup
Clone repository
Dev server:
npm run dev
Production:
npm run prod