jakesphotos/README.md
2024-12-24 10:54:19 -10:00

278 B

jakesphotos

A simple photography portfolio page written in vanilla React.

First Time Setup

  1. Create basic react app.
npx create-react-app portfolio
  1. Install missing packages
npm install web-vitals
  1. Test changes/fixes with
npm install
npm start