Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 889 Bytes

README.md

File metadata and controls

42 lines (22 loc) · 889 Bytes

Understanding React - Code Generator

This repo generates the code from my Understanding React presentation.

You can view the rendered version right here

Generation

Requirements

Installation

If you haven't already, install docpad.

npm install -g docpad

Then, to get local dependencies:

npm install

Static generation

docpad generate

The source will be in the newly created out path

Locally hosted

docpad server

It'll tell you what URL to put in the browser to view it

Local development

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