Skip to content

Files

Latest commit

 

History

History
54 lines (36 loc) · 1.22 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.22 KB

Description

Simple Instagram copy created using React+Redux

Source

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

Install

$ npm install
$ # or
$ yarn install

Run

$ npm run start
$ # or
$ yarn start

Build the project

$ npm run build
$ # or
$ yarn build

Structure

Highly influenced by https://github.com/react-boilerplate/react-boilerplate

Key technologies

  • react: Natively implemented navigation package for react native.

  • redux: Predictable state container for JavaScript apps

  • recompose: Used for creating and composing higher order components.

  • reselect: Used to create selectors for the redux store.

  • redux-saga: An alternative side effect model for Redux apps