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
- Host: GitHub
- URL: https://github.com/alexolivier/typed-everything
- Owner: alexolivier
- Created: 2019-10-09T12:32:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T05:22:48.000Z (7 months ago)
- Last Synced: 2025-03-27T05:43:12.982Z (4 months ago)
- Language: SCSS
- Size: 3.26 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 67
-
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
```