An open API service indexing awesome lists of open source software.

https://github.com/rajasegar/hdd

Website for HTML Driven Development
https://github.com/rajasegar/hdd

hdd html htmldrivendev

Last synced: 6 months ago
JSON representation

Website for HTML Driven Development

Awesome Lists containing this project

README

          

# htmldriven.dev

This is the source code for the website [htmldriven.dev](https://www.htmldriven.dev).

HTML Driven Development (HDD) is a set of core values, principles and practices for tackling complexity in the heart of Web development.

This application is built in [Express.js](https://expressjs.com) using [Pug](https://pugjs.org) as the template engine.

## Local development
Clone this repo, install the dependencies and start the server in dev mode.
```
git clone https://github.com/rajasegar/hdd
cd hdd
npm install
npm run dev
```

Follow htmldriven.dev on [Twitter](https://twitter.com/htmldrivendev).

Before creating any issues, please discuss with us on the official [Discord](https://discord.gg/AcTWdPR8) channel.