Skip to content

amitkovski/Learn-React

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn React

This repo is for a YouTube series. Here are the videos:

Running the code

After cloning, install third-party modules:

npm install

Then in one command-line window, to have Webpack build the bundle file (Make sure Webpack is installed globally first), do this:

webpack -w

Then in another command-line window, do this to launch a quick web server:

http-server

The first video also covers these steps if you're having issues.

If you enjoy this series, please tell me about it on Twitter @bradwestfall

About

Learn React Series on YouTube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • HTML 1.9%
  • CSS 0.5%