/game-library-frontend

A Window Manager with React

Primary LanguageTypeScript

Game Library (frontend)

This frontend is using CRA, React and MUI.

Links

Screenshot

screenshot

Development

Copy .env.example to .env and modify it.

Install the dependencies using yarn (or npm):

yarn 

Start the development server:

yarn start

Production

Build the project:

yarn build

It produces the build folder which contains the static files.

The backend provides a docker build which automatically includes this frontend.

Credits

Licence

Game Library (frontend) by Jean-Baptiste Demonte is licensed under CC BY-NC-SA 4.0