Skip to content

The new & the coolest Dream Akasa Website

Notifications You must be signed in to change notification settings

dreamakasa/website

Repository files navigation

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/

About

The new & the coolest Dream Akasa Website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •