This boilerplate introduces a simple way for developing serverless React applications, which are perfect for serving from Github Pages.
- Webpack@3 as module bundler
- Babel for js and jsx transpiling
- react-hot-loader@3 for extremely fast hot updates
- Eslint and Stylelint for linting
- Tape and Enzyme for testing
- Storybook for isolated UI testing and presentation
- Sass, PostCSS and Autoprefixer for styles processing
- React
- Redux
- React Router@4 using hashHistory (perfectly suits Github Pages environment)
- React Redux
- Axios
- Ramda as an utility library