SeifESlimene / news_website_redux_thunk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReduxAsyncActions

Simple React-Redux example with async/sync actions using Redux Thunk middleware

Usage

git clone https://github.com/Lavitr/ReduxAsyncActions.git
cd ReduxAsyncActions 
npm install
npm start
open http://localhost:8080  (should start automatically )

Available Commands

npm start - start the dev server
npm run dev - create a developer build in `dist` folder
npm run build - create a production ready build in `dist` folder
npm test - run all tests

About


Languages

Language:JavaScript 74.1%Language:CSS 20.0%Language:HTML 5.8%