jrychly / skolnikorfbal.cz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Školní korfbal

skolnikorfbal.cz

Usage

  • Clone the repository
  • Run npm install -g gulp in the directory
  • Run npm install in the directory
  • Run Gulp
  • Code away!

Project folder structure

src/
|
|-- sass/
|    |-- main.sass          # Main Sass file
|    |-- _variables.sass    # Variables and mixins
|    |
|    |--partials/
|        |-- header.sass    # Header section styles
|        ...
|
`-- index.pug               # Main Pug file


dist/
|
|-- css/
|    |--  main.min.css       # Output CSS
|
`-- index.html               # Output HTML

About


Languages

Language:CSS 55.2%Language:HTML 24.1%Language:JavaScript 20.7%