An open API service indexing awesome lists of open source software.

https://github.com/dino4608/job-hunter-frontend

A frontend service uses React.JS vite, Typescript
https://github.com/dino4608/job-hunter-frontend

Last synced: 3 months ago
JSON representation

A frontend service uses React.JS vite, Typescript

Awesome Lists containing this project

README

        

# React Vite Job Hunter Website
Frontend website này được sử dụng cho Java Spring Restful (dự án jobHunter)

### Môi trường chạy dự án: Node.js v20.15.1
https://nodejs.org/download/release/v20.15..1/

===

Các bước cài đặt: (chế độ development)
1. clone code
2. cài đặt thư viện: npm i
3. Update file .env.development (nếu cần thiết)
4. Chạy dự án: npm run dev

===

Cách chạy tại chế độ production:
1. clone code
2. cài đặt thư viện: npm i
3. Update file .env.production (nếu cần thiết)
4. Build dự án: npm run build
5. Chạy dự án: npm run preview