/react-boilerplate

Bare-bones React sandbox using npm, webpack, babel

Primary LanguageJavaScript

This repository is a sandbox for playing with React components. To install, clone and run npm install, then to run the server just use npm start.

It uses babel-loader, so it should work fine with ES6, though I'm using classic require() syntax here.