File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- # Installation
1
+ # React Snake (Functional Style)
2
+
3
+ * [ Source Code from Course] ( https://roadtoreact.com/ )
4
+
5
+ ![ sep-02-2017 17-09-49] ( https://user-images.githubusercontent.com/2479967/29996581-94a6c5a2-9001-11e7-85d6-3e60828a9deb.gif )
6
+
7
+ ## Installation
2
8
3
9
* ` git clone git@github.com:rwieruch/react-snake.git `
4
10
* ` cd react-snake `
5
11
* ` npm install `
6
12
* ` npm start `
7
13
* visit http://localhost:3000/
8
14
9
- # Instructions (Bonus Draft taken from Screencasts)
15
+ ## Releases
16
+
17
+ * [ Part 01] ( https://github.com/rwieruch/react-snake/tree/1.0.0 )
18
+ * [ Part 02] ( https://github.com/rwieruch/react-snake/tree/2.0.0 )
19
+ * [ Part 03] ( https://github.com/rwieruch/react-snake/tree/3.0.0 )
20
+ * [ Part 04] ( https://github.com/rwieruch/react-snake/tree/4.0.0 )
21
+ * [ Part 05] ( https://github.com/rwieruch/react-snake/tree/5.0.0 )
22
+
23
+ ## Draft Instructions (Bonus taken from Screencasts)
10
24
11
25
* create-react-app react-snake
12
26
* cd react-snake
You can’t perform that action at this time.
0 commit comments