Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 188 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 188 Bytes

hulk-store

Requirements

Back-End

  • Java 8+
  • Maven

How to run

  • mvn package
  • java -jar target/hulk-store-0.1.jar

Front-End

  • NodeJS and NPM

How to run

  • npm install
  • ng serve -o