mirror of
https://github.com/runyanjake/jakesphotos.git
synced 2025-10-05 07:57:29 -07:00
19 lines
334 B
Markdown
19 lines
334 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
|
|
npm install masonry-layout
|
|
```
|
|
3. Test changes/fixes with
|
|
```
|
|
npm install
|
|
npm start
|
|
``` |