This app allows you to search information about:
- players
- regions
- shops
- calculate cost of the region
- prices
- shops
- online users
Using an open API GreenCubes, GCTrade, etc.
###Installation #####Before you start, tools you will need:
- Download and install git
- Download and install nodeJS
- Install Yeoman, bower, grunt, gulp
npm install -g yo bower grunt-cli gulp
#####Inside of your app:
- Run
git clone https://github.com/astappev/Handbook.git
- Update npm modules
npm install
- Update bower components
bower update
#####Run your app:
- Start Grunt server
grunt serve
for develop - Run
grunt
to build dist
###Todo's
- Write Tests
MIT