Skip to content

Commit

Permalink
Updated the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinyo committed Dec 1, 2017
1 parent 23bb6e4 commit 58a602b
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 496 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,16 @@ To run the `build` script found in the `package.json` 'scripts' property, execut

Command-line flags can be also applied to `npm run` commands:

npm run build --prod
npm run ios:build --prod

To serve your `--prod` build:

cd www
python -m SimpleHTTPServer 8080

Navigate to:

http://localhost:8080

### Screen Shots

Expand Down
Loading

0 comments on commit 58a602b

Please sign in to comment.