dhruvbhatia / react-boilerplate

A starting point for a web app built with React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Boilerplate

Status

WIP - not yet ready for public consumption!

What is this?

A starting point for a web app built with Facebook's React.

The goal is to use leading technologies to build a solid seed project for developing web apps.

Features

  • User/pass token & cookie based authentication against a backend
  • Routing between views (with URL changes)
  • Clear separation of components

Technologies

  • React
  • Backbone.Router
  • Foundation
  • jQuery.Cookie
  • Lo-Dash
  • MomentJS
  • Gulp
  • Bower
  • Browserify
  • NVD3
  • CKEditor
  • jsPlumb

Caveats

This is under heavy development.

I'm doing a lot of hacky/non-RESTful things to tie everything up to my backend at the moment, so I would recommend against anyone cloning this in it's current state as it probably won't work.

About

A starting point for a web app built with React

License:MIT License


Languages

Language:JavaScript 83.9%Language:CSS 16.1%