Skip to content

SkNuwanTissera/manage-module-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manage Application

Setting up Dev Environment

install nodejs require Node 4 or higher, together with NPM 3 or higher.

sudo apt-get install python-software-properties
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install nodejs

navigate to project root folder and run

mvn clean install

this will install all project dependencies defined in pom.xml file in the root directory and create a .war file inside componets/manage-service/target directory.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 39.3%
  • Java 27.5%
  • CSS 16.5%
  • HTML 16.5%
  • JavaScript 0.2%