Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.

ddevault/react-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React+Flux Starter Kit

This is a starter kit with "batteries included" to get you up and running with React and Flux more quickly.

Usage

Branches:

  • master - empty starter kit
  • todo - simple Todo list example (you are here)

To start your own React application based on this:

git clone -b master https://github.com/SirCmpwn/react-starter-kit.git
mv react-starter-kit my-awesome-app
cd my-awesome-app
./bootstrap.sh

What you get

  • Some no-brainer dependencies:
    • React
    • Flux (dispatcher)
    • Babel (ES6/ES7/JSX transpiling)
    • Underscore
  • A base Store class
  • An entry point

Todo Example

This isn't the usual TodoMVC style application. It's very very stripped down so that there's the minimal amount of code to read to grok it. You can get it like so:

git clone -b todo https://github.com/SirCmpwn/react-starter-kit.git
cd react-starter-kit
npm install
npm start # run dev server

About

OBSOLETE; flux is no longer recommended

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published