Includes:
Installing:
Clone the repo
git clone https://github.com/Express-Boilerplates/type-graphql.gitInstall dependencies
npm install
// or yarnStart development server
npm dev
// or yarn dev| Script | Description |
|---|---|
| npm run dev | Run development server on specified port. |
| npm run build | Transpile source codes to build directory with babel |
| npm start | Start server on build folder for production. |