NodeJS + ApolloGraphQL Boilerplate Project
-
Create Required Files:
- At the root level of the project, create a
distfolder and an.envfile.
- At the root level of the project, create a
-
Add Environment Variables:
- Open the
.envfile and add all necessary environment variables.
- Open the
-
Start the Application:
- Run
npm run startcommand to start the application:
- Run