/employee-of-the-month

Employee of the month App with Next.js & GraphQL

Primary LanguageJavaScriptMIT LicenseMIT

employee-of-the-month

Employee of the month App with Next.js & GraphQL Production

Clone this repo

# Clone this repository
$ git clone https://github.com/korayguler/employee-of-the-month

# Go into the repository
$ cd employee-of-the-month

Project setup

Install dependencies

npm install

Start GraphQL Faker.js server

npm run api

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build