Skip to content

nemesis-software/nemesis-console-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nemesis Console Application

  • To run it just type mvn spring-boot:run in your command line.
  • To minify the javascript run it with mvn spring-boot:run -Pprod
  • To watch the javascript files and reload them automatically run this npm run-script watch in your src/main/frontend/ folder in a new terminal.