Fork it for all simple react projects.
Please read these instructions before you start.
Clone or download the zip file into your local. If downloaded a zip file extract to designated location as needed.
cd into this folder from your favourite terminal.
Run $ npm install //This will install all required packages into node_modules
Run $ webpack-dev-server //By default it will point to port8080, you can configure this to any port you like.
Open your favourite browser and open http://localhost:8080/ to see welcome message.