Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.06 KB

Readme.md

File metadata and controls

41 lines (30 loc) · 2.06 KB

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