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
- Host: GitHub
- URL: https://github.com/dino4608/job-hunter-frontend
- Owner: dino4608
- Created: 2024-09-02T14:23:13.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-02T14:23:37.000Z (9 months ago)
- Last Synced: 2025-02-14T13:46:00.436Z (4 months ago)
- Language: TypeScript
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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