Skip to content

Commit

Permalink
part 01
Browse files Browse the repository at this point in the history
  • Loading branch information
rwieruch committed Sep 2, 2017
1 parent e390ac8 commit 33db5cd
Show file tree
Hide file tree
Showing 12 changed files with 4,234 additions and 4,350 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Installation

* `git clone [email protected]:rwieruch/taming-the-state-snake.git`
* `cd taming-the-state-snake`
* `git clone [email protected]:rwieruch/react-snake.git`
* `cd react-snake`
* `npm install`
* `npm start`
* visit http://localhost:3000/
Loading

0 comments on commit 33db5cd

Please sign in to comment.