jparasha / redux-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started ( Currently under development)

This app gives small Idea about redux state. There are two methods for getting started with this repo.

Familiar with Git?

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

> git clone https://github.com/jparasha/redux-starter.git
> cd redux-starter
> npm install
> npm start

Not Familiar with Git?

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

> npm install
> npm start

About


Languages

Language:JavaScript 84.9%Language:HTML 8.5%Language:CSS 6.6%