andrewhathaway / Winterfell

Generate complex, validated and extendable JSON-based forms in React.
http://winterfell.andrewhathaway.net
MIT License
785 stars 116 forks source link

Running examples #96

Closed ted-strauss-K1 closed 7 years ago

ted-strauss-K1 commented 7 years ago

I have installed this project, and run gulp build-examples and gulp watch-examples.

Can anyone tell me how I start serving the app to the web? Or which port it would be visible on? Do i need to make some kind of wrapper first?

Sorry, nodejs noob

andrewhathaway commented 7 years ago

You should be able to just open up the examples/index.html file and should all work! Thanks! :)

ted-strauss-K1 commented 7 years ago

open up where? what does that mean?

andrewhathaway commented 7 years ago

In your browser

ted-strauss-K1 commented 7 years ago

CURL and browser are not loading any pages at http://127.0.0.1/examples/
Connection refused

andrewhathaway commented 7 years ago

You shouldn't need to use a server to open the file, just open the index.html file in your browser.