- Copy
.env.exampleas.envwith the proper values
- Install dependencies by running
npm i - Start the development server by running
npm run start - Open up graphQL playground from
http://localhost:{PORT}wherePORTis set in the.envfile.
- Install dependencies by running
npm i --production - Start the production server by running
npm run prod