Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 498 Bytes

File metadata and controls

26 lines (12 loc) · 498 Bytes

ReactReduxApp

Clone the Repository with command

 git clone https://github.com/mayankshubham/ReactReduxApp.git

Install the node_modules with command

 npm install

Build the webpack using

 npm run build

Start the Webpack-dev-server

npm start

Open the page in you browser, for instance if your application starts on port 8080

http://localhost:8080

Simple Responsive layout with Two Sidebars and a Navbar with infinite scrollable content in the middle