Skip to content

appleboy/Portal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portal

Portal for HanGee Plan

##General This static website is generated by Grunt.js (just because I hate raw html), which do the stuff like compiling, coping and publishing. The structure is like:

  1. Jade(template) + SASS(css extension) *this part is where you'll do the modification

  2. (compile by grunt)

  3. raw html & css files in local branch (put in a new directory named

/build

automatically)

  1. (pusblish by grunt)

  2. what we see static files in gh-pages

If there are any problems and bugs about the structure, you can also push your commit to develop branch, or create a new feature branch when needed. ##Tools you need##

##Setup After cloning the repo, just run the command

$ npm i

it will install the dependency for you, then

$ grunt

will build output files and setup listening event (rebuild when changes)

##Files Jade,

/src/views/

SASS,

/src/public/css

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.0%
  • CSS 49.0%