Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.12 KB

README.md

File metadata and controls

60 lines (46 loc) · 1.12 KB

Dream Akasa

This is just early-development-stage of our web frontend.

Running Dev Mode

To run on development mode, you need to have nodejs, npm, gulp, and bower installed on your computer.

Install Node.js and NPM

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

# install gulp globally
npm install --global gulp-cli

# check installed gulp
gulp -v

Install Bower

# install bower globally
npm install -g bower

# check installed bower
bower -v

Cloning and Running

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/