Coding test
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
Clone the project
git clone https://github.com/jtejederabit/FLNKS-FRONTEND
Go to the project directory
cd FLNKS-FRONTEND
Install dependencies
npm install
Start the server in dev mode
npm run dev
Build the project
npm run build
To deploy this project with Docker
docker-compose up --build
In Dev mode
http://localhost:5173
From Docker container
http://localhost:80
npm run test