# wm-base
Graphql JavaScript Application Ecosystem Base

## Docs
**[中文](https://github.com/w3cmarket/wm-base/blob/master/README.zh-CN.md)**
**[English](https://github.com/w3cmarket/wm-base/blob/master/README.md)**

## Usage
$server (localhost:3020)
```
npm install
npm run dev
```

$client (localhost:8080)
```
npm install
npm run dev
```

open in your browser:

**vue graphql: [http://localhost:8080](http://localhost:8080)**  
**graphiql: [http://localhost:3020/graphiql?query=%7Bhello%7D](http://localhost:3020/graphiql?query=%7Bhello%7D)** (maybe need wait a minute)
