Admin-Panel of techspardha.org 2017 developed in angular2.
This app will run from server i.e. localhost. If you are using linux with apache installed, follow below steps-
- Open terminal and move to directory
cd /var/www/html
- clone the repository using
git clone https://github.com/gawdsnitkkr/Techspardha-2017-Admin-Apnel.git
- move to root directory
cd Techspardha-2017-Admin-Apnel
- install packages
npm install
- If you get installation error, try updating npm
- Visit from browser localhost/Techspardha-2017-Admin-Apnel