git clone https://github.com/binary64/namjat
cd namjat
yarn && yarn dev
- 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
- CSS, SASS, SCSS, or LESS?
- https://dev-blog.apollodata.com/whats-next-for-react-apollo-4d41ba12c2cb
- Graphcool?