$ git clone https://github.com/leonardomso/starboy-boilerplate
$ cd starboy-boilerplate
$ npm install
$ npm startThe boilerplate comes with the following features:
| Tech | Description | Learn More |
|---|---|---|
| React | A JavaScript library for building user interfaces. | Documentation |
| Redux | A predictable state container for JavaScript apps. | Documentation |
| React Router | Declarative routing for your app. | Documentation |
| Styled Components | Use the best bits of ES6 and CSS to style your apps without stress. | Documentation |
| Webpack | Static module bundler for modern JavaScript applications. | Documentation |
| Babel | A JavaScript compiler, turns ES6 to ES5. Use next generation JavaScript, today. | Documentation |
| Flow | A static type checker for JavaScript. | Documentation |
| ESLint | Pluggable linting utility for JavaScript. | Documentation |
| Jest | Unit Testing framework for your React project. | Documentation |
| Enzyme | Testing utilities for React. | Documentation |
| Redux Thunk | Popular middleware used to handle asynchronous actions in Redux. | Documentation |
| Redux Logger | A Redux logging tool that lets you replay problems as if they happened in your own browser. | Documentation |
| Stylelint | A mighty, modern CSS linter. | Documentation |
| Postcss | Transforming styles with JS plugins. | Documentation |
MIT