Skip to content

ZachSimms/deno-hono-tailwind-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Deno + Hono + TailwindCSS Template

My Personal starter template for a web app

ComponentsGetting started

alt text

Components

  • Deno (Javascript runtime, NodeJS replacement )
  • Hono (Web app framework, Pretty neat)
  • TailwindCSS (CSS Framework, All the cool kids use it 😎)
  • Vanilla Javascript
  • HTML

Getting started

  1. Clone the project
  2. Tailwind install is for x64 macos so if you need to replace that then go througth the steps here
  3. 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
  1. Build 🧑‍💻 + Profit 💰

About

My Personal starter template for a web app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published