This is just early-development-stage of our web frontend.
To run on development mode, you need to have nodejs, npm, gulp, and bower installed on your computer.
You can download and install Node.js from the official website. NPM comes with nodejs, so you dont need to install it manually
# check installed node
node -v
# check installed npm
npm -v
# install gulp globally
npm install --global gulp-cli
# check installed gulp
gulp -v
# install bower globally
npm install -g bower
# check installed bower
bower -v
First, clone this repo
# clonning repo
git clone https://github.com/dreamakasa/dreamakasa-web.git
Then, install npm and bower packages
# install npm packages
npm install
# install bower packages
bower install
Last step, running whoooyaaa!
# running gulp
gulp serve
It should automatically open browser on http://localhost:9000/