Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1002 Bytes

readme.md

File metadata and controls

41 lines (29 loc) · 1002 Bytes

Apollo Server Express Boilerplate

Apollo server express boilerplate with babel transpilation and graphql-shield middlware.

Includes:

Installing:

Clone the repo

git clone https://github.com/Express-Boilerplates/apollo-server-express.git

Install dependencies

npm install
// or yarn

Start development server

npm dev
// or yarn dev

Scripts

Script Description
npm dev Run development server on specified port.
npm build Transpile source codes to build directory with babel
npm start Start server on build folder for production.