Skip to content

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

Notifications You must be signed in to change notification settings

gdsrosa/react-boilerplate-v2

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published