Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 315 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 315 Bytes

tailwindcss-yew-template

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