Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 384 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 384 Bytes

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