/base-react-boilerplate

Basic boilerplate with most react configurations, redux and router

Primary LanguageCSS

base-react-boilerplate

Basic boilerplate with most react configurations, redux and router

Prerequisites

Nodejs

Installing

Open the terminal and execute the commands

  • clone repository
git clone https://github.com/thiago-js/base-react-boilerplate.git
cd base-react-boilerplate
  • install packages
npm install

the project

I created this project in order to facilitate the construction of any project in react, with this boilerplate you do not have to worry about the basic configurations.

Configurations

Start

npm start

Routes

/

implementation of a 'todo' in the standard redux'

/route1

implementation of a route change

/route2

implementation of a route change

Versioning

We use SemVer for versioning. For the versions available

Author