Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```