Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
typeorm + typegraphl + graphql-codegen + apollo + react
- Host: GitHub
- URL: https://github.com/alexolivier/typed-everything
- Owner: alexolivier
- Created: 2019-10-09T12:32:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T05:28:05.000Z (2 months ago)
- Last Synced: 2024-09-12T15:02:13.334Z (2 months ago)
- Language: SCSS
- Size: 3.16 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
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
```