This repo generates the code from my Understanding React presentation.
You can view the rendered version right here
If you haven't already, install docpad.
npm install -g docpad
Then, to get local dependencies:
npm install
docpad generate
The source will be in the newly created out
path
docpad server
It'll tell you what URL to put in the browser to view it
docpad run
This will generate the site, watch for changes and regenerate with site as needed, and also live-reload the page in the browser.
It'll tell you what URL to put in the browser to view it