jakesphotos/README.md

18 lines
307 B
Markdown

# jakesphotos
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
npm install react-router-dom
```
3. Test changes/fixes with
```
npm install
npm start
```