Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasegar/marko-rentals
A Rentals Listing demo in Marko.js
https://github.com/rajasegar/marko-rentals
demo marko markojs rentals
Last synced: 20 days ago
JSON representation
A Rentals Listing demo in Marko.js
- Host: GitHub
- URL: https://github.com/rajasegar/marko-rentals
- Owner: rajasegar
- Created: 2021-04-06T14:52:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T12:00:47.000Z (over 3 years ago)
- Last Synced: 2024-10-13T22:23:57.286Z (about 1 month ago)
- Topics: demo, marko, markojs, rentals
- Language: Marko
- Homepage: https://marko-rentals.herokuapp.com/
- Size: 1.18 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Marko Rentals - Sample App: Marko + Express
======================================This sample app illustrates how to integrate Marko with a very basic Express app. For this sample app, we use the streaming API to stream the output of the template rendering to the HTTP response stream. In addition, this sample application illustrates how to create custom tags that can be embedded into your templates.
# Installation
```
npx @marko/create marko-app --template lasso-express
cd marko-app
npm install
npm run dev
```Navigate to [http://localhost:8080/](http://localhost:8080/) to see your server in action!
![marko rentals gif](marko-rentals.gif)