7 Contributing. Guide to Plugin developers - Reference Documentation
Authors: Kaleidos Open Source
Version: 0.6.4
7 Contributing. Guide to Plugin developers
Once cloned the repo to download all the dependencies necessary to develop, you have to executecd ./grails-adminnpm installsudo npm install -g gulp# In case of error update npm
sudo npm install -g npmsudo apt-get install rubygemssudo apt-get install ruby1.9.1sudo gem install sass# to install bower
sudo npm install -g bower# after that
npm update -g bowerbower install
gulp
front
directory and execute gulp
:
$ cd ./front $ gulp
http://localhost:9000
.