qualy-front

:construction: work in progress - A simple boilerplate with ES6, Gulp, Jade, Stylus and Browsersync.

Github星跟蹤圖

This projects uses ES6, Pug, Stylus, Gulp and Browsersync. The main objective of this boilerplate is to ensure Quality to our code with Code Standards and Hooks to prevent messy codes to be committed or pushed.

Maybe you want to read about them:

For grid system uses Jeet with some help from Kouto Swiss for animations, reset and a lot of great mixins. Rupture for responsive utilities and uses ITCSS to build the CSS Architecture.

Getting Started

Installation

First of all, install the dependencies to run this boilerplate.

# Clone this repository
$ git clone git@github.com:Qualy-org/qualy-front.git
$ cd qualy-front

# install dependencies
$ npm install

With the commands above, you have everything to start.

Folders and Files

├── README.md
├── build
│   ├── css
│   │   └── main.css
│   ├── img
│   │   └── qualy.png
│   │   └── favicon.png
│   ├── index.html
│   └── js
│       └── main.js
├── gulpfile.babel.js
├── package.json
└── src
    ├── img
    │   └── qualy.png
    │   └── favicon.png
    ├── js
    │   ├── main.js
    ├── styl
    │   ├── base, └── _base.styl, ├── components
    │  , └── _components.styl, ├── generic
    │  , └── _generic.styl, ├── objects
    │  , └── _objects.styl, ├── settings
    │  , └── _settings.styl, ├── tools
    │  , └── _tools.styl, ├── trumps
    │  , └── _trumps.styl
    │   └── main.styl
    └── templates
        └── index.pug

Those folders and file will change during the project.

Code Standarts

This project uses eslint and .editorconfig is defined to have indent_size of 4 spaces.

This project also uses Husky to prevent commit and push messy and wrong code. Please, don't be stupid, fix all errors before commit and push =D

To help you, this project has a npm run fix command to fix all jscs errors.

Tasks

  • gulp: run all tasks and initialize watch for changes and a server
  • gulp js: execute js files
  • gulp pug: compile pug files
  • gulp css: compile stylus files
  • gulp images: compress image files
  • gulp browser-sync: inicialize a server
  • gulp watch: call for watch files
  • gulp pages: deploy files to gh-pages
  • gulp test: initialize server and run both performance and code complexity tests
  • gulp deploy: run all tasks and deploy files to gh-pages

Thanks

Thanks to @Diessicode for the awesome idea to put this logo.

License

This boilerplate is free and open source software, distributed under the The MIT License. So feel free to use this to create your site without linking back to me or using a disclaimer.

If you’d like to give me credit somewhere on your blog or tweet a shout out to @willian_justen, that would be pretty sweet.

主要指標

概覽
名稱與所有者Qualy-org/qualy-front
主編程語言JavaScript
編程語言JavaScript (語言數: 3)
平台
許可證
所有者活动
創建於2016-03-31 11:04:27
推送於2016-11-01 08:16:04
最后一次提交2016-11-01 04:26:41
發布數0
用户参与
星數97
關注者數10
派生數9
提交數36
已啟用問題?
問題數15
打開的問題數5
拉請求數9
打開的拉請求數1
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?