Skip to content

ptzagk/react-redux-atomic-boilerplate

 
 

Repository files navigation

React-Redux Atomic Boilerplate

This is an Atomic starter project that let you develop in a module-oriented way.

You will have support for:

  • ES6 Syntax, with JSX and Spread Operator support
  • Webpack Development Server with Hot Loader
  • ESLint with React and JSX support
  • CSS Modules with Sass support
  • Mocha testing with EnzyMe, Sinon and Chai
  • Isomorphic Fetch with a some fetch methods presets
  • React and Redux DevTools ready

Install dependencies

Make sure you have installed Node and cloned this repo than install global npm packages with:

npm setup

Then make sure you install the require dependencies:

npm install

Development

You can run the dev server with:

npm start

Build

Build the app inside the /public folder.

npm run build

Open the dev server at http://localhost:8080/ and enjoy.

About

An easy Boilerplate with Webpack (+ Webpack Dev Server), ES6 (+ useful plugins), React, Redux, React-Router, CSS-Modules, Sass, Isomorphic-fetch and Mocha testing tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.6%
  • CSS 48.1%
  • HTML 1.3%