- Copy
.env.example
as.env
with 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}
wherePORT
is set in the.env
file.
- Install dependencies by running
npm i --production
- Start the production server by running
npm run prod