File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Příklad ke školení „CSS kód: Organizace a údržba“
2
+
3
+ https://www.vzhurudolu.cz/kurzy/css-kod
4
+
5
+ ** Autor:** Martin Michálek, martin@vzhurudolu.cz
6
+
7
+ ## Instalace projektu
8
+
9
+ Ověřte si, zda v příkazové řádce máte:
10
+
11
+ - [ Git] ( https://git-scm.com/downloads ) : ` git -v `
12
+ - [ NPM a celý Node.js ekosystém] ( https://www.vzhurudolu.cz/prirucka/node-instalace ) : ` npm -v `
13
+ - [ Grunt CLI] ( https://gruntjs.com/getting-started ) : ` grunt --version `
14
+
15
+ Instalujte konkrétní projekt:
16
+
17
+ ``` bash
18
+ # naklonování projektu
19
+ git clone https://github.com/machal/example-css-architecture.git
20
+
21
+ # skok do adresáře
22
+ cd example-css-architecture
23
+
24
+ # instalace závislostí
25
+ npm install
26
+
27
+ # spuštění Gruntu - otevře okno prohlížeče s projektem
28
+ grunt
29
+ ```
30
+
31
+
32
+
33
+
You can’t perform that action at this time.
0 commit comments