Clone the repository with the --recursive option to automatically clone submodules:
git clone --recursive https://github.com/weuceda14/MAPSTORE425.git
Install NodeJS >= 7.10.0 , if needed, from here.
Start the development application locally:
npm install
npm start
The application runs at http://localhost:8081
afterwards. (Java back-end will run at localhost:8080
)
Read more on the wiki.