Benefitz. A social webapp for volunteers and people in need.
This project was developed during the CAS FEE 2016/2017@ HSR. This is the frontend part of the app, the backend is located here: Benefitz Backend on GitHub. See Prerequisites and Installation for instructions on how to get the app up and running.
You need node.js with angular-cli to compile the frontend. The frontend will need the backend already running to display any data and work as intended.
Once you have installed node.js, npm and angular-cli. clone this github repo and navigate to the project root.
Install all dependencies trough
npm install
Then run the server
ng serve
If everything works, you will see
webpack: Compiled successfully.
printed to your console. You can now go ahead and use the app on http://localhost:4200.
This project was generated with angular-cli version 1.0.0-beta.28.3.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve.
Run ng github-pages:deploy to deploy to GitHub Pages.



