Skip to content

antonioalonzi/open-games

Repository files navigation

Open Games

Wonderful gaming platform application.

Development

The application is written using:

Requisites

  • Install JDK 1.8
  • Install maven
  • Install npm

Build locally

Build js:

npm install
npm run build-dev

Run tests:

mvn clean test
npm run test

Run from command line:

mvn spring-boot:run