Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
How to start Developing in React
Rating: 3.8 out of 5(402 ratings)
11,258 students

How to start Developing in React

ReactJS: The Starting Point
Last updated 3/2017
English
English [Auto],

What you'll learn

  • Launch new React Development servers
  • Understand What package managers are and how to use NPM
  • Have the core technologies needed installed to support Developing in React
  • Know how to install and update Node/NPM
  • Know how to install packages with NPM
  • Get your very first ReactJS project up in an ideal configuration for development

Course content

1 section5 lectures36m total length
  • Introduction2:10

    Begin developing with React by quickly setting up Node and npm, installing dependencies, and scaffolding projects with Create React App to run a React environment in seconds.

  • Installing Node/NPM - Windows2:51

    Install node and npm on Windows using the default setup. Verify versions in the command prompt with node -v and npm -v, then start developing immediately.

  • NPM11:11

    Learn the basics of npm and node, including how packages are bundles of code with dependencies. Understand global versus local installs and saving dependencies to package.json.

  • Homebrew - Mac10:14

    Discover how to set up a Mac development environment using Homebrew to install Node and NPM, manage dependencies, and keep your tools up to date for React development.

  • Create React App9:53

    Set up your React project quickly using Create React App, which installs the currently recommended packages and a sample project so you can start developing in seconds.

Requirements

  • Know what a terminal/command prompt is
  • Be a developer

Description

Want to start your future as an interactive full stack developer. Hear of ReactJS but have no clue where and how to get started? Then this course is for you as it walks you through the critical steps that will get you up and developing in 20 minutes. 


ReactJS is quickly sweeping the web development world because it's better then most other solutions out there. Yet, it's easy to get lost in configuration files and get lost in the process of getting started with it. To solve that problem we developed this course to help you get up and running in minutes in your new development environment.  

Who this course is for:

  • Developers
  • Don't know where to start with React