Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hunghkit/apollo-server-demo


https://github.com/hunghkit/apollo-server-demo

Last synced: 18 days ago
JSON representation

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
```