Skip to content

wukkuan/react-presentation

Repository files navigation

React Introduction

React presentation originally given 2014-12-03 for the Asheville Coder's League. Introduces some of the concepts of React and why it may be useful.

Viewing online

http://react-presentation.divshot.io/

Installing dependencies

Clone and run npm install (you'll need to have Node.js installed). This will install build and browser dependencies.

Building the presentation

First, install independencies.

For viewing

Run npm run deploy to build the presentation with optimiziation. Open the included index.html file to view the presentation.

For editing and experimenting

Run npm start to build the presentation with Webpack and start the development server. You can then visit one of two URLs to view the presentation.

The normal viewer works as you'd expect, refresh manually to see changes as you've modified the code.

The live update viewer will automatically refresh as you make changes and display the warnings/errors if you make them.

About

React presentation originally given 2014-12-03 for the Asheville Coder's League

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published