Skip to content

perminder-klair/kickoff-apollo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kickoff-apollo-server

A very lean boilerplate for setting up GraphQL server.

Requirements

- Node >=v16.16.0
- NPM >=v8.11.0
- MongoDB

Setup

  # clone the repository
  λ git clone https://github.com/perminder-klair/kickoff-apollo-server
  # change the current directory
  λ cd kickoff-apollo-server
  # install all dependencies
  λ yarn install
  # run the project
  λ yarn dev

Structure

├── README.md           # you're here
├── src                 # contains source files

Scripts

  • yarn start - simply starts the server
  • yarn dev - starts the server with reloading
  • yarn build - using babel build the server for distribution
  • yarn lint - lints and fix all the files in src/ folder
  • yarn build-email - builds the email templates from mjml to ejs

About

A very lean boilerplate for setting up GraphQL server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published