Simple Java Spring-Boot AngularJS Single-page application built on JHipster Yeoman generator.
# Clone your GitHub repository
git clone https://github.com/hannulyri/almamedia.git
# Go to the memorygame directory
cd almamedia
# Install npm packages
npm install# Run application with maven in developer mode
mvn spring-boot:runYou can run the application in production mode with mvn -P prod spring-boot:run
Project has Protractor javavscript E2E-tests.
# update webdriver-manager
node node_modules\protractor\bin\webdriver-manager update --standaloneThen run the tests:
- Open a console and run the project
mvn spring-boot:run - Open another console and start webdriver-manager
node node_modules\protractor\bin\webdriver-manager start - Open a third console and run the tests
grunt protractor