Setup Development Environment
Here you will learn how to setup your development environment for icehrm
Clone the IceHrm repo
$ git clone https://github.com/gamonoid/icehrm.gitCheck prerequisites
Install Virtual Box
Install Vagrant
$ vagrant plugin install vagrant-hostsupdaterBuild Frontend Assets
$ npm install
$ cd web
$ npm install
$ cd ..
$ npm install -g gulp-cli
$ gulpAdd Development Configuration
Start Vagrant
Last updated