Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 523 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 523 Bytes

Quickstart

git clone https://github.com/binary64/namjat
cd namjat
yarn && yarn dev

namjat

  • Next.js - used for Webpack and SSR
  • Ant Design - chose this instead of Material as Material looks a bit too much like Google.com
  • JWT - to login faster than cookie method
  • Apollo - to manage connection to backend GraphQL server and local state
  • TypeScript - for superior IDE support

Future