Skip to content

vhusaruk92/felayout_test

 
 

Repository files navigation

Y

Based on felayout_bluemountain 0.5.0

Required dependencies:

Installation:

First, clone repo:

git clone repoLink

Next, install Bower/NPM dependencies:

npm install
bower install

Getting Started:

  • Run grunt to start static server with livereload localhost:9004
  • Run grunt +less to start static server [same as grunt] plus it generates all Front-End service files plus LESS styling for CMS needs, and copy it to less folder. [with livereload]
  • Run grunt +css to start static server [same as grunt] plus it generates all Front-End service files plus CSS styling for CMS needs, and copy it to css folder. [with livereload]
  • Run grunt check to check HTML/CSS/JS files according project code conventions
  • Run grunt pushSite to build your static site and push it to separate branch site
  • Run grunt pushCss to compile all Front-End service files plus CSS styling for CMS needs, copy it to separate branch css and push to remote git server.
  • Run grunt pushLess to compile all Front-End service files plus LESS styling for CMS needs, copy it to separate branch less and push to remote git server.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 65.6%
  • CSS 25.3%
  • JavaScript 9.1%