Coding in React is a youtube channel which hosts tutorials about ReactJS. This repo is about basic ReactJS setup with webpack, webpack dev server and babel. You can visit the Youtube tutorials here
-
Create a folder on your machine. Then navigate to that folder via the terminal / command prompt. Then type the following
git clone https://github.com/KaushikMDeo/ReactJs-Basic-Setup.git
-
This will pull the git repo to your machine. Then go inside the pulled folder
cd ReactJs-Basic-Setup npm install npm start