Skip to content

sandyjoshi/react-redux-hello-meetup

Repository files navigation

Hello Meetup Application

React+Redux+Webpack

To Run

$ git clone https://github.com/sandyjoshi/react-redux-hello-meetup.git && cd react-redux-hello-meetup

Installation

Install all dependencies.

$ npm install

Development

Builds the application and starts a webserver with livereload. By default the webserver starts at port 3000.

$ npm start