From 56c20d80ab0b4428de5e93e3dad490124d2b8e20 Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Sun, 19 Nov 2023 21:41:25 -0800 Subject: [PATCH] Add NestJS framework page --- app/content/pages/frameworks/nestjs.html.erb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app/content/pages/frameworks/nestjs.html.erb diff --git a/app/content/pages/frameworks/nestjs.html.erb b/app/content/pages/frameworks/nestjs.html.erb new file mode 100644 index 00000000..645df62e --- /dev/null +++ b/app/content/pages/frameworks/nestjs.html.erb @@ -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" %>
+ <%= link_to "Part II", "https://dev.to/mrispoli24/kicking-the-tires-with-nestjs-and-hotwire-part-ii-33fh" %>

+<% end %>