Skip to content

jbdemonte/game-library-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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