Skip to content

A basic template that consists of the essential elements that are required to start building a beautiful Web Application using React, React Router, Redux, antd, Sass, and Webpack.

Notifications You must be signed in to change notification settings

BRdhanani/react-app-rewired-redux-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-app-rewired Redux Starter Kit

A basic template that consists of the essential elements that are required to start building a beautiful Web Application using React, React Router, Redux, antd, Sass, and Webpack.

The template consists of:

> React app rewired setup to override default webpack settings and to allow decorators and optional chaining
> Webpack setup and configuration
> ESLint setup and configuration
> SCSS setup and configuration
> sample React component to display list codes
> Redux setup to handle single source of truth
> React Router setup

Getting Started

There are two methods for getting started with this repo.

For those who are Familiar with Git?

Checkout this repo, install dependencies, then start with the following:

> git clone https://github.com/BRdhanani/react-app-rewired-redux-starter-kit.git
> cd react-app-rewired-redux-starter-kit
> yarn
> yarn start

For those who are Not Familiar with Git?

Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

> yarn
> yarn start

About

A basic template that consists of the essential elements that are required to start building a beautiful Web Application using React, React Router, Redux, antd, Sass, and Webpack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published