Start the project:
Start the fresh local development server with following command.
deno task start
The next step is start the tailwind server Start with following commanddeno task tailwind and build production ready minify css file with deno task tailwind:build command.
the start will watch the project directory and restart as necessary and tailwind command build css file base on class.