Skip to content

Commit a7eed71

Browse files
author
David Silva
committed
improved readme
1 parent 3e17fe9 commit a7eed71

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
Checkout our progress on [![Waffle.io](https://badge.waffle.io/corgicode/frontend-react.svg?columns=all)](https://waffle.io/corgicode/frontend-react)
44

5-
65
Frontend project for [codecorgi](codecorgi.co).
76

87
Decided to open source it so that users can look at a non trivial codebase and follow development.
@@ -15,13 +14,12 @@ Redux and Redux Thunk boilerplate.
1514
[![Build Status](https://circleci.com/gh/corgicode/frontend-react.svg?style=shield)](https://circleci.com/gh/corgicode/frontend-react)
1615

1716
* Tutorial: [Getting started with create-react-app, Redux, React Router & Redux Thunk](https://medium.com/@notrab/getting-started-with-create-react-app-redux-react-router-redux-thunk-d6a19259f71f)
18-
* Example: [View on Heroku](https://cra-redux-router-thunk.herokuapp.com/)
1917

2018
## Installation
2119

2220
```bash
23-
git clone https://github.com/notrab/create-react-app-redux.git
24-
cd create-react-app-redux
21+
git clone git@github.com:corgicode/frontend-react.git frontend
22+
cd frontend
2523
npm i
2624
```
2725

0 commit comments

Comments
 (0)