This is a simple graphql boilerplate
- Express server
- GraphQL
- Mongoose
- Eslint
- Babel 7
- Docker
npm install
Start the server (development)
npm run dev
GraphiQL will be running at http://localhost:3000/graphiql/
Build the server
npm run build
Run the server
npm start
The server will be running at http://localhost:3000