All Projects → bradtraversy → Rcontacts

bradtraversy / Rcontacts

React-Redux example

Programming Languages

javascript
184084 projects - #8 most used programming language

rContacts

Just a simple example of using Redux and React together. Redux fetches a list of users and passes it to a React component

Version

1.0.0

Installation

Requires Node.js v4+ to run.

$ npm install

Dev Server

$ npm run server

IMPORTANT: The dev server runs on port 8080 by default. If you get an error it may be because that port is in use. If so, go to /node_modules/webpack-dev-server/bin/webpack-dev-server.js and change the 2 instances of "8080" to "8000" or whatever port you want

Then visit http://localhost:8080/ or whatever port you changed it to

Compile

To compile all js to dist/app.bundle.js

$ webpack
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].