/awesome-games-frontend

Webapp using the awesome multiplayer games API.

Primary LanguageTypeScriptThe UnlicenseUnlicense

Awesome Multiplayer Games Frontend

Netlify status badge Lint status badge

The webapp for the Awesome Multiplayer Games website, connecting to the awesome-games-api.

Screenshot

Setup

  • Install the node version defined in .nvmrc (e.g. via nvm install or nvm use)
  • Install dependencies via npm install

Available Scripts

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run format

Format the code with Prettier.

npm run lint

Lint the code with ESLint.

npm run build

Builds the app for production to the build folder.