/MarvelReact

Single Page App with react,redux

Primary LanguageJavaScript

ReduxReactStarter

React-Redux starter pack with hot reloader, axios, eslint, prettier based on duck patern and create react app

Getting Started

> git clone https://github.com/mrTurkay/ReduxReactStarter.git
> cd ReduxReactStarter

Remove git file

> remove-item .git  -recurse -force

Commit for your local

> git init
> git commit -m 'first commit'

Start project

> npm install
> npm start

Download zip file

Or to download zip file click here

Then you can open directory with command promt and start with (Commit for your local) part of this document above.