Skip to content

Commit

Permalink
Update README.md with the new instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Iago Bruno committed Jun 21, 2018
1 parent 876841e commit 9a035fd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

1. Clone this repo.
2. Run `npm install`
3. Start an `http-server` in the root directory.
4. Open in your browser.
3. Start the http-server using `npm run start`.
4. Open /development.html file in your browser.

You can click on the “Welcome to…” title to see the `onClick` event fire.

## Production version

1. Run `npm run build` in terminal to generate the bundles in "dist" folder.
2. Start the http-server using `npm run start`.
3. Open /production.html file in browser.

This example uses [steal-jsx](https://www.npmjs.com/package/steal-jsx).

![Steal-React Example Screenshot](screenshot.png?raw=true "Simple Steal-React Example App")

0 comments on commit 9a035fd

Please sign in to comment.