gdsrosa / react-boilerplate-v2

This is an update of my v1 boilerplate for React Projects, this version now includes ESlint, EditorConfig and Redux setup out of the box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + Redux Boilerplate

This is a updated version of my v1 boilerplate for React projects, this new v2 now contains a bunch of new stuffs out of the box like styled-components, ESLint and Redux.

This project uses Redux Ducks pattern. More about this pattern on this link Ducks Modular Redux

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes, to do so clone this repo:

git clone https://github.com/gdsrosa/react-boilerplate-v2.git <name-of-your-project>
cd <name-of-your-project>

Installing

Assuming you have all the Node.js and Yarn environment setup in your machine:

Let's install the dependencies

yarn

Running the application in development mode

To start your local webpack-dev-server run:

yarn run dev

Built With

  • ES6 - The programming language used for the Client
  • React.js - The UI library used for the Client
  • Redux - A predictable state container for JavaScript apps
  • Yarn - Dependency Management
  • Sass - CSS Preprocessor
  • Webpack - Module Bundler
  • Babel - JavaScript Transpiler
  • Styled-Components - Use the best bits of ES6 and CSS to style your apps without stress

Author

About

This is an update of my v1 boilerplate for React Projects, this version now includes ESlint, EditorConfig and Redux setup out of the box


Languages

Language:JavaScript 94.7%Language:HTML 5.3%