A basic setup for new React.js projects utilizing the Flux application architecture. The folder structure is there, as well as the needed dependencies and some useful tools to ease the development.
Simply clone this repo using git clone [email protected]:mstoiber/react-boilerplate
, run npm install
and then npm start
to see your code in the browser!