Clone the repostory using the following command
git clone https://github.com/ajayak/TalentAcquisitionSystem.git
Open project root directory and install node packages using
npm install
Open project root directory and install bower packages using
bower install
Install required global packages using the following commands:
npm install -g browser-sync
npm install -g gulp
npm install -g nodemon
npm install -g bower
npm install -g tsd
Run the project using F5
key
gulp serve-dev
Change the port number in constants.js from 7200 to 7203
gulp serve-dev
gulp serve-build