https://github.com/graphql-compose/graphql-compose-boilerplate
Simple graphql-compose boilerplate with ES6, ESLint, Flowtype
https://github.com/graphql-compose/graphql-compose-boilerplate
Last synced: 12 months ago
JSON representation
Simple graphql-compose boilerplate with ES6, ESLint, Flowtype
- Host: GitHub
- URL: https://github.com/graphql-compose/graphql-compose-boilerplate
- Owner: graphql-compose
- Created: 2018-04-25T15:50:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T18:12:02.000Z (about 8 years ago)
- Last Synced: 2025-06-11T13:33:44.955Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-compose-boilerplate
## Includes
- Babel (ES6, babel-preset-env)
- ESLint
- Flowtype
- express
- express-graphql
- graphql
- graphql-compose
- nodemon
## Usage
```bash
git clone https://github.com/graphql-compose/graphql-compose-boilerplate
cd graphql-compose-boilerplate
# make it to your own
rm -rf .git
yarn install
# start server with reloading on file changes
yarn dev
# OR start server
yarn start
```