maikkoko / picture-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Redux Example

This project was bootstrapped with Create React App with concepts and structure derived from davezuko's react-redux-starter-kit.

Features

The goal of this project is to provide a starter-kit/boilerplate for creating react applications that readily contains the above features without having to repeatedly setup via CRA.

Usage

Just clone the repository

$ git clone https://github.com/maikkoko/react-redux-example.git <project-name>

Then install dependencies

$ yarn

or

$ npm install

Editor Integration

For linting and code formatting on your text editor, see the prettier docs.

Notes

Information on upgrading, setting up and adding modules/features are all found on create-react-app docs.

Check out this writeup for additional details on the project structure.

About


Languages

Language:JavaScript 86.5%Language:HTML 10.4%Language:CSS 3.1%