(frontend) create Vite app using npm

Run the command 'npm create vite@latest' to bootstrap a new frontend project.
Please note, other elements of the project still use yarn, to avoid confusion
let's use npm instead.

Vite was chosen over Next.Js for its simplicity; Next.Js could be kind of a
black box where a lot of magics happen.
This commit is contained in:
lebaudantoine
2024-06-24 15:42:01 +02:00
parent 5b1a2b20de
commit 350a3cbd80
19 changed files with 3590 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
Impress prints your markdown to pdf from predefined templates with user and role based access rights.
Impress is built on top of [Django Rest
Framework](https://www.django-rest-framework.org/) and [Next.js](https://nextjs.org/).
Framework](https://www.django-rest-framework.org/) and [Vite.js](https://vitejs.dev/).
## Getting started