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

https://github.com/alexolivier/typed-everything

typeorm + typegraphl + graphql-codegen + apollo + react
https://github.com/alexolivier/typed-everything

Last synced: 3 months ago
JSON representation

typeorm + typegraphl + graphql-codegen + apollo + react

Awesome Lists containing this project

README

        

# typed-everything

You need to setup the client and server.

## server
You need to have mysql running and setup a DB as per `server/ormconfig.json`

Bootstrap
```
cd client
npm install
```

Start dev server
```
npm run dev
```

## client
Bootstrap
```
cd client
npm install
```

Start dev server
```
npm run start
```

To re-run the `graphql-codegen`. The graphql server needs to be running.
```
npm run graphql-codegen
```