Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mannil/alexander-lichter-nitro-ejs
https://github.com/mannil/alexander-lichter-nitro-ejs
ejs nitro
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mannil/alexander-lichter-nitro-ejs
- Owner: manniL
- Created: 2024-09-27T09:56:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T09:56:53.000Z (4 months ago)
- Last Synced: 2024-11-26T23:16:51.216Z (about 2 months ago)
- Topics: ejs, nitro
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=zylOimvtnr4
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nitro and EJS - A simple example
> **Note**
> This repository contains the code for the YouTube Video [Nitro and EJS combined?!](https://youtu.be/zylOimvtnr4).In this video we will see how to combine Nitro and EJS to create a simple web application.
As base, an existing EJS and Express application will be used to see how easy it is to replace it with Nitro,
also utilizing the universal storage feature to retrieve EJS files from anywhere in the project.