/react-mpp

React MPP

Primary LanguageJavaScriptMIT LicenseMIT

React MPP

Code examples for November 2023 Jacobs MPP "React Basics" Course (Mentoring Peers Program)

Running the example project

First, change to the "02_todolist" directory:

cd 02_todolist

Then, run "npm i" (install) to install dependencies, and "npm run dev" to run the development version of the site with the webpack web server:

npm i
npm start