Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 380 Bytes

agenda.md

File metadata and controls

18 lines (14 loc) · 380 Bytes

React On Windows

  1. Requirements:
  • Install Node.JS
  • Install Visual Studio Code
  1. A New React Project Template
  • HTML file
  • JavaScript React file
  • CSS files
  1. Running The Example Project
  • npx webpack-dev-server -d
  • npx webpack -p
  1. Creating a new component
  • Add a new JavaScript file
  • Import the component and show it on screen