Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 714 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 714 Bytes

MOBI React Workshop (Fall 2023)

A workshop created with React.

Getting Started

Step 1

First things first, let's make sure you have Node.js installed. Install the one that's labeled with "Current" and "Latest Features".
At the time of writing this, the 20.7.0 is current.

Step 2

Clone the repository. At the main page of the Code tab, click on the green button labelled "Clone". From the drop down menu, select "Download Zip"

Step 3

Be sure to install the dependencies first! Run the following command:

npm i

Step 4

Now you're ready to launch the web app. Run the following command:

npm run dev