Skip to content

JohnHann/react-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Talk

Simple project to go along with my Intro to React.js talk.

Build and Run

You need Gulp installed globally:

$ npm install -g gulp

Then:

$ git clone [git-repo-url] react-talk
$ cd react-talk
$ npm install
$ gulp 

If you want to run with LiveReload, install the LiveReload browser plugin and:

$ gulp dev 

Once that's running, any changes to the code you save will automatically be shown in the browser.

License

MIT

About

Demo code from a React JS presentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors