Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

KaiHotz/React-Redux-Simple-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

This is a Boilerplate Project for getting started with React and Redux:

  • Redux
  • Axios
  • WebPack
  • Recompose
  • Redux-Promise
  • React-Router

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

  > git clone [email protected]:KaiHotz/React-Redux-Simple-Starter.git
  > cd React-Redux-Simple-Starter
  > yarn install
  > yarn start
  > in your Browser open http://localhost:3000

Not Familiar with Git?

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

  > yarn install
  > yarn start
  > in your Browser open http://localhost:3000

Testing

Resources

To run Tests

  > yarn test