No description
- HTML 44.3%
- JavaScript 39.8%
- SCSS 15.9%
|
|
||
|---|---|---|
| app | ||
| .babelrc | ||
| .bowerrc | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .yo-rc.json | ||
| bower.json | ||
| gulpfile.babel.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
pub-100-genies
Site web pour le pub "Les 100 génies" de l'ÉTS
To Start Working
-
Make sure Node is installed
-
Install bower
npm install -g bower -
Clone the repo
-
Run
npm installat the root directory of the project -
Run
bower installat the root directory of the project
Available gulp Tasks
gulp buildrun all tasks and package the site in the dist foldergulp serveopen the app in your browser and make it refresh automatically on file savesgulp lint(included in build task) check your source for errors (mainly for javascript)gulp cleanclean the dist and temp foldergulp serve:distsame as serve task, but with the files in the dist foldergulp wiredepinject bower components