Skip to content

christianblunden/reactplayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactplayground

This is a playground for my React adventures. Hopefully this repo will demonstrate some of the following when I'm done:

In progress

  • how to structure an application
  • compiling with babel to provide at least ES6 support
  • building with webpack
  • isomorhpic react app using express
  • usage of flux pattern with redux
  • maybe even a TODO app... who knows

Future

  • use isomorhpic react-router
  • potentially other JS lanagages such as purescript
  • code re-use for react-native
  • code re-use for desktop app using elektron

To be continued....

Getting Started

To run this app, ensure you have at least the latest LTS version of node (v6.9.4 at time of writing), and the latest npm (v4.1.1 at time of writing).

npm install
npm run build
DEBUG=reactplayground npm start

About

A playground for all things React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published