- Deno (Javascript runtime, NodeJS replacement )
- Hono (Web app framework, Pretty neat)
- TailwindCSS (CSS Framework, All the cool kids use it 😎)
- Vanilla Javascript
- HTML
- Clone the project
- Tailwind install is for x64 macos so if you need to replace that then go througth the steps here
- Run the following in their own terminal
### Spin up for TailwindCSS in one terminal
./tailwindcss -i ./public/input.css -o ./public/output.css --watch
### Spin up deno project in another terminal
deno task start
- Build 🧑💻 + Profit 💰