A project that I'm live coding daily on Twitch at 6pm CT.
Anyone is welcome to contribute code or designs. Here's a walkthrough on how to add components to the ui package: https://youtu.be/WDk5O-yaoCQ
You can view the current figma mockup here and you can ask for edit permissions in this issue: benawad#2
- server
- GraphQL server built with Node.js, Typescript, Type-GraphQL, Redis, and PostgreSQL
- web
- Next.js React website using Typescript
- ui
- React Component library using Storybook
- common
- shared Typescript code between server and web