/react-gamrary

A simple React app with Typescript

Primary LanguageTypeScript

React-Gamrary

Usage

  • Install with yarn or npm install
  • Create a .env.local at the root and add your RAWG API key:
    VITE_RAWG_APIKEY="yourkey"
  • Run the app with yarn dev or npm run dev

Unit tests

Unit tests done with vitest.
Run yarn test to run tests.

Component visualization

Done with storybook.
Run yarn storybook to run component visualization.