Course webpage for INFO 253 at the School of Information
Install NodeJS Setup React Toolchain - Create React App
Note: be sure to import the appropriate packages at the top of your index.js file:
import React from "react";
import ReactDOM from "react-dom";