Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 532 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 532 Bytes

written by George on Nov 30

beehive-front

prerequirement for running dev version of application. node js python gulp bower ruby sass

please run

install packages

$ cd client/ $ npm update $ bower install

initialize project

$ gulp

run project

$ cd ../server/bin $ node www

project front-end structure is generated by gulp tasks, source code can be found in client/gulp/*.js, and project structure is referred to client/contruct.json file.