/deno-twd-drash

Blog engine powered by Tailwind CSS + Drash as a Deno framework

Primary LanguageJavaScriptMIT LicenseMIT

deno version powered-by-drash EtaJS TailwindCSS Project status Docker

deno-twd-drash

Blog engine powered by Tailwind CSS + Drash as a Deno framework

Required tools to install before customisation

If you want to customize the server for your needs, you need to install required tools, which is explained in this wiki page

How to run

denon start

or

deno run --unstable -A server.js

for testing dist

/dist contains static files html, css It can be shipped to server because most static hosting companies host for free

deno run -A ship_to_dist.js

Directory Structure

.
├── drash-resources/        # Resources that Drash uses, controller analog in express.js
├── public/                 # Static files: CSS and ETA template lang.
├── server.js               # Deno server file, also known as app.js
├── dependencies.js         # known as deps.js in Deno. All dependencies are centralized here
├── scripts.json            # Used for Denon watcher configuration
├── LICENSE                 # MIT License
└── README.md               # tutorial on how to install and run