From 2fb46c6ad9c1d371752fdb6bb00743f4ddf22a50 Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Sun, 30 Apr 2023 19:00:50 +0530 Subject: [PATCH] add: resource link (#345) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06352edb..bebfc7b6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ -Quinoa is a Quarkus extension which eases the development, the build and serving of single page apps or web components (built with NodeJS: React, Angular, Vue, Lit, …) alongside Quarkus. It is possible to use it with a Quarkus backend in a single project. +Quinoa is a Quarkus extension which eases the development, the build and serving of single page apps or web components (built with [NodeJS](https://nodejs.org/en) : [React](https://react.dev/learn), [Angular](), [Vue](https://vuejs.org/guide/introduction.html), [Lit](https://lit.dev/), …) alongside [Quarkus](https://quarkus.io/). It is possible to use it with a Quarkus backend in a single project. You will be able to do live coding of the backend and frontend together nearly out of the box. In Quarkus dev mode, Quinoa will start the node live coding server provided by the target framework and forward relevant requests to it.