Skip to content

squalvj/react-simple-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Why Yet Another Boilerplate?

Create React App is the the new blessed way of creating a React SPA project infrastructure. However (by design decision) it does not include many of the tools required to build a Single Page Application. This simple boilerplate was bootstrapped with Create React App and adds on the top of that the bare minimum libraries & tools required to create a SPA.

In details, on the top of CRA, it adds:

  • sass
  • redux & redux-thunk
  • react-router
  • an eslint configuration
  • a travis integration
  • a React Storybook basic configuration

The filesystem structure follows the redux ducks proposal.

About

A simple React boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.4%
  • HTML 8.1%
  • CSS 2.5%