KUIS GAMBAR SAKU

A simple web based game, there are the components to build it, such as :

and another useful tools :

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

  • Clone the repository
git clone https://github.com/selamatpurba04/kuisgambarsaku.git kuisgambarsaku
  • Install NPM packages
cd kuisgambarsaku
npm install
bower install
  • Automate build by using Gulp
gulp
  • Install MongoDB and make sure mongodb service already running
service mongod status
  • Run mongod with a local data directory
mongod --dbpath=data
  • Run the application
nodejs index.js