This boilerplate introduces a simple way for developing serverless React applications, which are perfect for serving from Github Pages.
- Yarn as package manager, npm is fine too
- Webpack as module bundler
- Babel for js and jsx transpiling
- Eslint and Stylelint for linting
- Flow for static type checking
- Tape and Enzyme for testing
- Storybook with Knobs for isolated UI testing and presentation
- Sass, PostCSS and Autoprefixer for styles processing
- React
- Redux
- React Router@3 with hashHistory
- React Redux
- React Router Redux
- Redux Actions
- Axios