Skip to content

remarkablemark/react-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-quickstart

Quickstart examples using React.

This is recommended only for quick prototyping and not for production use.

Download

$ git clone https://github.com/remarkablemark/react-quickstart.git
$ cd react-quickstart

Examples

$ git checkout master
$ open index.html
$ git checkout state
$ open index.html
$ git checkout context
$ open index.html
$ git checkout es6
$ open index.html
$ git checkout flux
$ open index.html
$ git checkout redux
$ open index.html
$ git checkout react-router
$ open index.html
$ git checkout firebase
$ open index.html
$ git checkout webpack
$ npm install
$ npm run build
$ open index.html
$ git checkout webpack-dev-server
$ npm install
$ npm run dev
$ open http://localhost:8080

License

MIT