Redux powered React boilerplate
Heavily inspired by Cory House's "Building a JavaScript Development Environment" course at Pluralsight.
Boilerplate includes:
- React
- React router
- Redux (+ react-redux)
- Bulma CSS framework
- Babel: Latest
- scss loader
- ESLint (eslint:recommended, react, import)
- Component testing with Mocha, Chai and Enzyme
Usage instructions
- Clone the repo
- Run
yarn
ornpm install
in the project's root folder - Run
npm run dev
to start the development server and start hacking
To share your work with anyone, you can run npm run share
, which temporarely opens up a port in your firewall and gives you an URL to share with anyone interested.