Skip to content

Commit 54fb595

Browse files
committed
Readme add getting start session
1 parent b263d7f commit 54fb595

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
55

66
initial Apollo GraphQL server for Express
77

8+
## Getting Started
9+
10+
Please remove test/graphq.test.ts when modify the code, the test/graphql.test.ts is to test initial server setup works.
11+
12+
### Setup
13+
14+
``` bash
15+
yarn install
16+
```
17+
18+
### Runing in dev server
19+
20+
``` bash
21+
yarn start
22+
```
23+
24+
### Running test
25+
26+
``` bash
27+
yarn test
28+
```
29+
830
## License
931

1032
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

0 commit comments

Comments
 (0)