https://github.com/vikas-ukani/gym-management-system
GYM - Management Portal Admin.
https://github.com/vikas-ukani/gym-management-system
nextjs nodejs reactjs vercel
Last synced: 8 months ago
JSON representation
GYM - Management Portal Admin.
- Host: GitHub
- URL: https://github.com/vikas-ukani/gym-management-system
- Owner: vikas-ukani
- Created: 2021-06-08T18:48:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T12:46:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T08:45:59.874Z (10 months ago)
- Topics: nextjs, nodejs, reactjs, vercel
- Language: CSS
- Homepage: https://gym-portal.vercel.app/auth/login
- Size: 7.51 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gym - NextJS + React Project
- This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## To Run The Project
### Clone the repo
- Clone this repo and move to project directory
#### Install Node Modules
```
npm install
```
#### Run On Local
```
npm run dev
```
#### Run on Production
```
npm run start
```
#### Create a Build
```
npm run build
```