Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
d_vrady committed Feb 25, 2018
1 parent f9ff630 commit 1728ec9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# ReduxSimpleStarter

Interested in learning [Redux](https://www.udemy.com/react-redux/)?
# YouTubeSearcher app

### Getting Started

Expand All @@ -10,14 +8,14 @@ There are two methods for getting started with this repo.
Checkout this repo, install dependencies, then start the gulp process with the following:

```
> git clone https://github.com/StephenGrider/ReduxSimpleStarter.git
> cd ReduxSimpleStarter
> git clone https://github.com/vrady/YouTubeSearcher.git
> cd YouTubeSearcher
> npm install
> npm start
```

#### Not Familiar with Git?
Click [here](https://github.com/StephenGrider/ReactStarter/releases) then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:
Click [here](https://github.com/vrady/YouTubeSearcher/releases) then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

```
> npm install
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "redux-simple-starter",
"name": "YouTubeSearcher app",
"version": "1.0.0",
"description": "Simple starter package for Redux with React and Babel support",
"description": "YouTube search app from simple starter package for Redux with React and Babel support",
"main": "index.js",
"repository": "[email protected]:StephenGrider/ReduxSimpleStarter.git",
"repository": "[email protected]:vrady/YouTubeSearcher.git",
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
Expand Down

0 comments on commit 1728ec9

Please sign in to comment.