Skip to content

Commit

Permalink
Add NestJS framework page
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Nov 20, 2023
1 parent ba9f1b6 commit 56c20d8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/content/pages/frameworks/nestjs.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Getting started with Hotwire in NestJS
framework: NestJS
language: JavaScript
description: A progressive Node.js framework for building efficient, reliable and scalable server-side applications.
icon_class: devicon-nestjs-plain colored text-5xl
breadcrumb: NestJS
---

<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
<% page.with_title(title: current_page.data.fetch("title")) %>

<%= link_to "Part I", "https://dev.to/mrispoli24/how-to-build-an-app-with-nestjs-and-hotwire-42j1" %><br>
<%= link_to "Part II", "https://dev.to/mrispoli24/kicking-the-tires-with-nestjs-and-hotwire-part-ii-33fh" %><br><br>
<% end %>

0 comments on commit 56c20d8

Please sign in to comment.