Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T12:46:04.000Z (about 1 year ago)
- Last Synced: 2023-12-26T14:28:18.744Z (about 1 year ago)
- Topics: nextjs, nodejs, reactjs, vercel
- Language: CSS
- Homepage: https://gym-portal.vercel.app/auth/login
- Size: 7.51 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- 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
```