https://github.com/dev3h/job-hunting-fe
https://github.com/dev3h/job-hunting-fe
jobsearch reactjs rsbuild rsbuild-spa shadcn-ui tailwindcss zustand
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev3h/job-hunting-fe
- Owner: dev3h
- Created: 2025-02-26T02:32:15.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-05-07T07:11:59.000Z (about 1 year ago)
- Last Synced: 2025-05-07T08:23:59.932Z (about 1 year ago)
- Topics: jobsearch, reactjs, rsbuild, rsbuild-spa, shadcn-ui, tailwindcss, zustand
- Language: JavaScript
- Homepage: https://job-hunting-fe.vercel.app
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rsbuild project
## Setup
Install the dependencies:
```bash
pnpm install
```
## Get started
Start the dev server:
```bash
pnpm dev
```
Build the app for production:
```bash
pnpm build
```
Preview the production build locally:
```bash
pnpm preview
```