Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunghkit/apollo-server-demo
https://github.com/hunghkit/apollo-server-demo
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hunghkit/apollo-server-demo
- Owner: hunghkit
- Created: 2019-08-05T10:53:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:25:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T07:31:51.037Z (almost 2 years ago)
- Language: TypeScript
- Size: 2.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Apollo-Server-demo
Simple init nodejs project with apollo-server based on typescript. If you want to connect a apollo-client template [click here](https://github.com/hunghkit/apollo-client-starter)# In development
```
- Step 1: git clone [email protected]:hunghkit/apollo-server-demo.git.git
- Step 2: cd apollo-server-demo.git && yarn install
- Step 3: Starting
+ Terminal 1: NODE_ENV=development yarn build
+ Terminal 2: yarn start
```