Archi Front
Front-end part for the Archi project.
Installation
First, download this repository and unzip it to the folder of your choice.
If you have Git client, you can also use the following command:
git clone https://gitlab.imt-atlantique.fr/FIL-A3-2024/ue-proj/archi-front.git
You will have to download Node here and install it on your computer.
Setup
Make sure to install dependencies. Open the console (cmd) in the directory and type :
# npm
npm install
Development Server
Start the development server on http://localhost:3000
. Open the console (cmd) in the directory and type :
# npm
npm run dev
Authors
Renaud Birk and Anas Yakoubov
License
This project is licensed under GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007.