Chapter 6

  1. Node.js is an open source, JavaScript-based, server-side environment. Npm is a package manager for JavaScript.
  2. You can find the installation packages and instructions for installing these on multiple operating systems at https://nodejs.org/en/download.
  1. Visual Studio Code (VS Code) is an open source code editor for multiple programming languages.
  2. You can find the installation packages and instructions for installing this on multiple operating systems at https://code.visualstudio.com.
  3. You can create an app using the npx create-react-app projectname command.
  4. You can run the app using the npm start or yarn start command.
  5. You can start by modifying the App.js file, and when you save the modification, you will see the changes immediately in the web browser.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.14.147.123