Server
cd server
yarn watch
yarn start
http://localhost:4000/graphql
Web
cd web
yarn start
http://localhost:3000
Server
-
.env
-
jwt
-
express
-
graphql
-
type graphql
-
generate types
-
services
-
redis
-
docker
Client
- react-router
- material ui
ssr
server side rendering for public pages (SEO)- use
.env
for secrets tsc
builds ts to js