https://github.com/asifrahaman13/hirego_frontend
This is the front end repository of the hirego application. The application is an end to end application for company to mange their employees in their entire lifecycle throughout their contract.
https://github.com/asifrahaman13/hirego_frontend
backend frontend nextjs
Last synced: 2 months ago
JSON representation
This is the front end repository of the hirego application. The application is an end to end application for company to mange their employees in their entire lifecycle throughout their contract.
- Host: GitHub
- URL: https://github.com/asifrahaman13/hirego_frontend
- Owner: asifrahaman13
- Created: 2024-03-20T08:00:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T10:16:34.000Z (about 2 years ago)
- Last Synced: 2025-03-30T00:16:49.313Z (over 1 year ago)
- Topics: backend, frontend, nextjs
- Language: TypeScript
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hirego
Clone the repository:
```bash
git clone https://github.com/asifrahaman13/hirego_frontend.git
```
Next run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```