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.