Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 448 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 448 Bytes

Daily-News-App

A news application based on ReactJS and React Router

##Install clone this repository with SSH

git clone https://github.com/ChenjieZhou/Daily-News-App.git

Install packages (make sure you install npm before)

npm install

##Compile Use webpack to compile and and generate bundles.js

webpack

##Run Hot load

webpack-dev-server --hot --inline

The application will be shown on localhost:8080