rsegrest / react-mpp

React MPP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

React MPP

License:MIT License


Languages

Language:JavaScript 31.5%Language:PowerShell 20.8%Language:Shell 19.6%Language:HTML 15.0%Language:CSS 13.1%