Skip to content

Commit 38b939e

Browse files
committed
pptx
1 parent fc95f37 commit 38b939e

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

Install.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
npm start
24+
```
25+
26+
## Time travel
27+
28+
```
29+
# Initial codebase: Entire form hardcoded
30+
git checkout v1-hard-coded
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
Binary file not shown.

0 commit comments

Comments
 (0)