Skip to content

Commit

Permalink
improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
odewahn committed Nov 22, 2015
1 parent 469f567 commit 72b6159
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -20,14 +20,12 @@ To get started:

* Download the repo
* Run `npm install`
* Run `gulp watch`
* Start a web server. There is probably a way to do this with Gulp, as well, but I'm using `python -m SimpleHTTPServer`
* Run `gulp`
* Open a browser to `localhost:8080`

The js in the `public` directory is rebuilt whenever you change the source files in the `src` directory..




## Setting up a project for the *very* first time

First, do `npm init` to get the package started. Just hit the enter key to accept all the details.
Expand All @@ -42,5 +40,6 @@ npm install --save-dev reactify;
npm install --save-dev gulp-streamify;
npm install --save-dev gulp-uglify;
npm install --save-dev gulp;
npm install --save-dev gulp-connect;
npm install --save react;
```

0 comments on commit 72b6159

Please sign in to comment.