forked from Qualy-org/qualy-front
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52df63b
commit a158cdb
Showing
5 changed files
with
27 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<img src="https://raw.githubusercontent.com/willianjusten/qualy/master/src/img/qualy.png" alt="Qualy"> | ||
|
||
This projects uses ES6, Jade, 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. | ||
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: | ||
- [GulpJS](http://gulpjs.com/) | ||
- [Jade](http://jade-lang.com/) | ||
- [Pug](https://pugjs.org/) | ||
- [Stylus](http://learnboost.github.io/stylus/) | ||
- [Browsersync](https://www.browsersync.io/) | ||
|
||
|
@@ -22,8 +22,8 @@ First of all, install the dependencies to run this boilerplate. | |
|
||
```sh | ||
# Clone this repository | ||
$ git clone [email protected]:Qualy-org/qualy.git | ||
$ cd qualy | ||
$ git clone [email protected]:Qualy-org/qualy-front.git | ||
$ cd qualy-front | ||
|
||
# install dependencies | ||
$ npm install | ||
|
@@ -39,15 +39,17 @@ With the commands above, you have everything to start. | |
│ ├── css | ||
│ │ └── main.css | ||
│ ├── img | ||
│ │ └── eventos.jpg | ||
│ │ └── qualy.png | ||
│ │ └── favicon.png | ||
│ ├── index.html | ||
│ └── js | ||
│ └── main.js | ||
├── gulpfile.babel.js | ||
├── package.json | ||
└── src | ||
├── img | ||
│ └── eventos.jpg | ||
│ └── qualy.png | ||
│ └── favicon.png | ||
├── js | ||
│ ├── main.js | ||
├── styl | ||
|
@@ -67,7 +69,7 @@ With the commands above, you have everything to start. | |
│ | └── _trumps.styl | ||
│ └── main.styl | ||
└── templates | ||
└── index.jade | ||
└── index.pug | ||
``` | ||
|
||
Those folders and file will change during the project. | ||
|
@@ -84,7 +86,7 @@ To help you, this project has a `npm run fix` command to fix all jscs errors. | |
|
||
- `gulp`: run all tasks and initialize watch for changes and a server | ||
- `gulp js`: execute js files | ||
- `gulp jade`: compile jade files | ||
- `gulp pug`: compile pug files | ||
- `gulp css`: compile stylus files | ||
- `gulp images`: compress image files | ||
- `gulp browser-sync`: inicialize a server | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters