|
| 1 | +[See in action](https://vinogradov.github.io/react-starter-kit) |
| 2 | + |
1 | 3 | Includes only the latest and greatest web technologies (updated May 15 2017). Use it for your next heroic SPA project because you can't go wrong with it. Contains minimal viable "hello, world" code just to proof it works. Remove hello world and write your own great project. |
2 | 4 |
|
3 | 5 | # Principles |
@@ -36,14 +38,15 @@ Name | Library Type | Original Description | Example Config | Notes |
36 | 38 | `yarn` |
37 | 39 |
|
38 | 40 | 1. run in development mode (watch changes in the files and refresh your browser automatically): |
39 | | -`yarn start` (then go http://localhost:8080/) |
| 41 | +`yarn start` (then go http://localhost:8080/ and you should see [this](https://vinogradov.github.io/react-starter-kit/)) |
40 | 42 |
|
41 | 43 | 1. would like to publish the project as a website? Then make a distribution build by generating static files: |
42 | 44 | `yarn dist` (then go to `dist` folder) |
43 | 45 |
|
44 | 46 | If you have problems with running it please [file an issue](https://github.com/vinogradov/react-starter-kit/issues) or [contact me](https://www.facebook.com/vadim.vinogradov) on Facebook. Thanks! |
45 | 47 |
|
46 | 48 |  |
| 49 | +https://vinogradov.github.io/react-starter-kit |
47 | 50 |
|
48 | 51 | # Examples |
49 | 52 |
|
|
0 commit comments