Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 733 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 733 Bytes

Games application

  • The application is implemented in two ways using React and Nextjs.

React application

Nextjs application

How to run the application locally?

  • Clone the repository to your local machine
  • Go to path frontend cd react or cd nextjs
  • Run yarn install and then yarn build and finaly yarn preview for react and yarn start for nextjs
  • Open the http://localhost:3000 on your browser