An example application built with dart_frog to show that client interactivity can be easily obtained with SSR rendering strategy.
dart_frog dev
dart run build_runner watch --delete-conflicting-outputs
./tailwindcss -i css/input.css -o public/output.css --watch
browser-sync start --proxy "http://localhost:8080" --files "public/output.css, routes//*.dart, lib//*.g.dart" --reload-delay 1000
I am using mason to make the dev faster There are 2 bricks in this projects:
- Component - Basic component
- Icon - (You can take icons from https://heroicons.com/ or similar and add them. Make sure the svg content is one line, starting and ending with double quote, and all others are single quote)