mirror of
https://github.com/runyanjake/jakesphotos.git
synced 2025-10-04 23:47:30 -07:00
Basic React Project
This commit is contained in:
parent
181bc894d5
commit
8f8cb9f0df
17
README.md
17
README.md
@ -1,2 +1,17 @@
|
|||||||
# jakesphotos
|
# 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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user