Personal starter-kit for react applications.
- ESLint based in Airbnb JavaScript Styleguide
- Stylint based in standard config rules
- React v15
- React-Router v3
- Redux with React-Redux and React-Router-Redux
- ImmutableJS for immutable store data
- Redux-Thunk for async actions.
- Babel ES2015, ES2016, ES2017 & Stage-0 Stage-2 presets
- MaterializeCSS for CSS Framework
- Webpack for Module Bundling
- Flow for Static Typing
Run a development server, watch files for restart and run tests.
yarn run start
Create a dist directory, minify js, extract css on styles.css file.
yarn run build
MIT @GudarJs