Skip to content

w33ble/understanding-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Code from my Understanding React talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published