react-server-test-pages
v0.2.6
Published
Some pages to test out features of react-server
Downloads
5
Readme
react-server-test-pages
This is a place for pages that let us play around with react-server features. It's not necessarily for automated tests (though we could build some around it), it's for interactive testing during development.
Run it thusly:
$ npm start
Then hit http://localhost:3000/ to see what's available.
Add pages in entrypoints.js
. Instructions are at the top.