We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc95f37 commit 38b939eCopy full SHA for 38b939e
Install.md
@@ -0,0 +1,40 @@
1
+Setup for Talk
2
+==============
3
+
4
+## Install
5
+```
6
+git clone https://github.com/itenium-be/Talk-DesignPatterns
7
+cd Talk-DesignPatterns
8
+npm install
9
+git checkout v1-hard-coded
10
+cd JavaScript
11
12
13
14
+## Run
15
16
17
+# Start Angular
18
+cd impl-angular
19
+npm start
20
21
+# Start React
22
+cd impl-react
23
24
25
26
+## Time travel
27
28
29
+# Initial codebase: Entire form hardcoded
30
31
32
+# Create the formbuilder: Entire form from configuration
33
+git checkout v2-from-config
34
35
+# Adding more configuration (placeholder & hint)
36
+git checkout v3-more-config-not-dry
37
38
+# Start exercise
39
+git checkout v4-going-all-out
40
patterns.pptx
-27.7 KB
0 commit comments