Skip to content

Latest commit

 

History

History
executable file
·
29 lines (16 loc) · 659 Bytes

README.md

File metadata and controls

executable file
·
29 lines (16 loc) · 659 Bytes

Introduction to React

What you'll need 🎒

  • NodeJS brew install node

Run your React App 🎓

  • npm install - install all dependencies

  • npm start - runs the app in the development mode

  • Open http://localhost:3000 to view it in the browser


Additional commands 🔥

  • npm run build - builds the app for production to the build folder

Additional informations 💨