https://github.com/rajasegar/html_over_the_wire
A site to compare different solutions for HTML Over the Wire
https://github.com/rajasegar/html_over_the_wire
comparison comparison-tool hotwire htmx
Last synced: 7 days ago
JSON representation
A site to compare different solutions for HTML Over the Wire
- Host: GitHub
- URL: https://github.com/rajasegar/html_over_the_wire
- Owner: rajasegar
- Created: 2021-03-29T00:48:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-16T04:45:04.000Z (over 4 years ago)
- Last Synced: 2024-10-29T02:22:42.505Z (11 months ago)
- Topics: comparison, comparison-tool, hotwire, htmx
- Language: Pug
- Homepage: https://html-over-the-wire.herokuapp.com/
- Size: 96.7 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# html_over_the wire
A website to compare different HTML over the wire solutions in the industry for better decision making.[Demo](https://html-over-the-wire.herokuapp.com)
## Local Development
Clone the repo, install the dependencies, and start the server.
```
git clone https://github.com/rajasegar/html_over_the_wire
cd html_over_the_wire
npm install
npm start
```If you want to change any metrics, edit the `data.js` file and raise a PR.