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

ddevault/react-starter-kit

todo
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

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

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