- Notifications
You must be signed in to change notification settings - Fork2
Example site for CSS architecture training
NotificationsYou must be signed in to change notification settings
machal/example-css-architecture
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
https://www.vzhurudolu.cz/kurzy/css-kod
Autor: Martin Michálek,martin@vzhurudolu.cz
Ověřte si, zda v příkazové řádce máte:
- Git:
git --version
- NPM a celý Node.js ekosystém:
npm --version
- Grunt CLI:
grunt --version
Instalujte konkrétní projekt:
# Naklonování projektugit clone https://github.com/machal/example-css-architecture.git# Skok do adresářecd example-css-architecture# Instalace závislostínpm install# Spuštění Gruntu - otevře okno prohlížeče s projektemgrunt
# Spuštění všeho: less, postcss, browserSync, watch# (otevře okno s prohlížečem a čeká na změny v souborech)grunt# Stylelint - kontroluje LESS souborygrunt stylelint# Prettier - automaticky formátuje LESS (nebo JS) souborygrunt prettier
Kompletní je možné prohlédnout si vGruntfile.js
.
Více informací o Gruntu:https://www.vzhurudolu.cz/prirucka/grunt
About
Example site for CSS architecture training
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.