You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is a seed to start [GraphQL-Modules](https://graphql-modules.com/) projects.
5
6
6
7
It includes a couple of modules which depend on each other, but in the future I will expand it to include an User module and an Authentication module as well.
To get started locally, follow these instructions:
18
21
19
22
1. Clone to your local computer using `git`.
20
-
1. Make sure that you have Node installed. See instructions [here](https://nodejs.org/en/download/).
23
+
1. Make sure that you have Node installed; see instructions [here](https://nodejs.org/en/download/).
21
24
1. Make sure that you have `yarn` installed; see instructions [here](https://yarnpkg.com/lang/en/docs/install/).
22
25
1. Run `yarn` (no arguments) from the root of your clone of this project.
23
26
24
27
## Running the seed
28
+
25
29
To run the seed, follow these instructions:
26
30
27
31
1.`yarn generate`. This will Generate server-side TypeScript types.
28
32
1.`yarn start`. This will use ts-node to compile and run the project.
29
33
30
-
If you want it to automatically restart the application when changes in the directory are detected, you can use `yarn dev` instead (it's backed by nodemon).
34
+
If you want it to automatically restart the application when changes in the directory are detected, you can use `yarn dev` instead (it's backed by nodemon).
0 commit comments