Skip to content

Commit 01c868c

Browse files
committed
finish README
1 parent ca5eeb3 commit 01c868c

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
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
28

39
* `git clone git@github.com:rwieruch/react-snake.git`
410
* `cd react-snake`
511
* `npm install`
612
* `npm start`
713
* visit http://localhost:3000/
814

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)
1024

1125
* create-react-app react-snake
1226
* cd react-snake

0 commit comments

Comments
 (0)