From 8f8cb9f0df7e48d42dab5d36b60ec2ff85a7de81 Mon Sep 17 00:00:00 2001 From: Jake Runyan Date: Tue, 24 Dec 2024 10:54:19 -1000 Subject: [PATCH] Basic React Project --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fb72bd..574d329 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # jakesphotos -A simple photography portfolio page. +A simple photography portfolio page written in vanilla React. + +## First Time Setup +1. Create basic react app. +``` +npx create-react-app portfolio +``` +2. Install missing packages +``` +npm install web-vitals +``` +3. Test changes/fixes with +``` +npm install +npm start +``` \ No newline at end of file