Skip to content

ethanneff/react-node-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published