The Wayback Machine - https://web.archive.org/web/20201222132215/https://github.com/remarkablemark/react-quickstart
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

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

React:

$ git checkout master
$ open index.html

State:

$ git checkout state
$ open index.html

Context:

$ git checkout context
$ open index.html

ES6:

$ git checkout es6
$ open index.html

Flux:

$ git checkout flux
$ open index.html

Redux:

$ git checkout redux
$ open index.html

ReactRouter:

$ git checkout react-router
$ open index.html

Firebase:

$ git checkout firebase
$ open index.html

Webpack:

$ git checkout webpack
$ npm install
$ npm run build
$ open index.html

Webpack Dev Server:

$ git checkout webpack-dev-server
$ npm install
$ npm run dev
$ open http://localhost:8080

License

MIT

You can’t perform that action at this time.