irwansyahrir / react-redux-helloworld

Hello, World! app in React and Redux

Home Page:http://vaibhavmule.github.io/react-redux-helloworld/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-redux-helloworld

Hello, World! app in React and Redux.

Now using create-react-app

Run the app

git clone https://github.com/vaibhavmule/react-redux-helloworld.git

cd react-redux-helloworld
npm install
npm start


If you are using Yarn

cd react-redux-helloworld
yarn install
yarn start

open http://localhost:3000/

V1

Published 2 years ago, using webpack, babel, react and redux. explore repo: https://github.com/vaibhavmule/react-redux-helloworld/tree/8bdf18914619d2bc154bbc54f050738d355ffd44

V2

Published today, React app build using create-react-app and published to gh-pages using gh-pages explore repo: https://github.com/vaibhavmule/react-redux-helloworld

About

Hello, World! app in React and Redux

http://vaibhavmule.github.io/react-redux-helloworld/

License:MIT License


Languages

Language:JavaScript 80.3%Language:HTML 19.7%