/react-node-playground

A react/node/typescript app with jwt login and post creation

Primary LanguageTypeScriptMIT LicenseMIT

Playground

Run

Server

cd server
yarn watch
yarn start
http://localhost:4000/graphql

Web

cd web
yarn start
http://localhost:3000

Actionables

Server

  • .env

  • jwt

  • express

  • graphql

  • type graphql

  • generate types

  • services

  • redis

  • docker

Client

  • react-router
  • material ui

Learnings

  • ssr server side rendering for public pages (SEO)
  • use .env for secrets
  • tsc builds ts to js