Skip to content

Commit 29fdfd4

Browse files
author
David Silva
committed
Fixed the readme
1 parent 244740f commit 29fdfd4

File tree

3 files changed

+19
-6820
lines changed

3 files changed

+19
-6820
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
<p align="center"><a href="https://medium.com/@notrab/getting-started-with-create-react-app-redux-react-router-redux-thunk-d6a19259f71f"><img src="https://i.imgur.com/PATsTx2.png" title="View tutorial" alt="React, React Router, Redux and Redux Thunk" width="900"></a></p>
1+
# codecorgi
22

3-
[![Dependency Status](https://dependencyci.com/github/notrab/create-react-app-redux/badge)](https://dependencyci.com/github/notrab/create-react-app-redux)
3+
Frontend project for [codecorgi](codecorgi.co).
4+
5+
Decided to open source it so that users can look at a non trivial codebase and follow development.
6+
7+
Based on [Create React App Redux](https://github.com/notrab/create-react-app-redux.git), a minimalist React, React Router,
8+
Redux and Redux Thunk boilerplate.
9+
10+
[![Dependency Status](https://dependencyci.com/github/corgicode/frontend-react/badge)](https://dependencyci.com/github/corgicode/frontend-react)
411

512
* 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)
613
* Example: [View on Heroku](https://cra-redux-router-thunk.herokuapp.com/)
@@ -10,6 +17,13 @@
1017
```bash
1118
git clone https://github.com/notrab/create-react-app-redux.git
1219
cd create-react-app-redux
13-
yarn
20+
npm i
21+
```
22+
23+
## Run Locally
24+
25+
```
26+
npm start
1427
```
1528

29+
You need to run a copy of the backend alongside and add all the env variables for it to work proper.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "create-react-app-redux",
2+
"name": "codecorgi",
33
"version": "0.1.0",
44
"private": true,
55
"devDependencies": {
@@ -22,5 +22,5 @@
2222
"test": "react-scripts test --env=jsdom",
2323
"eject": "react-scripts eject"
2424
},
25-
"homepage": "https://cra-redux-router-thunk.herokuapp.com"
25+
"homepage": "https://codecorgi.co"
2626
}

0 commit comments

Comments
 (0)