hyanmandian / league-of-legends

A simple POC using NX, NestJS, GraphQL, React, Tailwind, SWR, URQL and MSW.

Home Page:league-of-legends-web-git-main.hyanmandian.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

League of Legends

A simple POC showing League of Legends champions to see how these libraries work together.

  • NX as repo manager;
  • NestJS with GraphQL as API;
  • React as UI with NextJS (preact);
  • React as Design System library with Tailwind (via twind);
  • SWR with URQL as API client;
  • MSW as mock server.

Getting started

  • Install dependencies with npm install;
  • Run the API with npm start server, UI with npm start web or the Design System with npm run storybook.

About

A simple POC using NX, NestJS, GraphQL, React, Tailwind, SWR, URQL and MSW.

league-of-legends-web-git-main.hyanmandian.vercel.app


Languages

Language:TypeScript 97.8%Language:JavaScript 2.2%