This project leverages the LightSIDE workbench
- Pull the official Github Repository from LightSIDE workbench
git pull https://github.com/LightSideWorkbench/LightSide
- Pull this project's repository
git pull https://github.com/mohit-kukreja/masters-project.git
- Copy and replace the
src/
folder,run.sh
andbuild.xml
from this project to the official LightSIDE project directory. - Change directory to the official lightSIDE project and perform
ant build
to start the backend Server of LightSIDE, which is started at http://localhost:8000 - Change directory to the
client/lightside-webapp
and fireng serve
to start the client web-app.
Access the web-app at http://localhost:4200