Skip to content

ashramwen/bigscreen-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Kii Corp front-end project framework

Prerequisite

Install required tools gulp and bower:
sudo npm install -g gulp bower

If you are using linux or windows, please install ruby

Usage

Initialize project

go to client directory:

cd bigscreen-front/client

install npm packages

npm install

install bower libraries

bower install

Run

gulp

Now, all good! You should be able to visible this site through http://localhost:3000