Skip to content

Latest commit

 

History

History

HelloWorldReact

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Post

Getting Started with React, Babel and Webpack

Download the sample

git init
git remote add -f origin https://github.com/jaliyaudagedara/Blog-Post-Samples.git
git config core.sparseCheckout true
echo "HelloWorldReact/*" >> .git/info/sparse-checkout
git pull origin master

Steps to run the project

  1. npm install webpack-dev-server -g
  2. npm install
  3. npm run start-webpack-server
  4. Navigate to http://localhost:9999