mirror of
https://github.com/runyanjake/jakesphotos.git
synced 2025-10-04 15:37:30 -07:00
jakesphotos
A simple photography portfolio page written in vanilla React.
First Time Setup
- Create basic react app.
npx create-react-app portfolio
- Install missing packages
npm install web-vitals
npm install react-router-dom
npm install masonry-layout
- Test changes/fixes with
npm install
npm start
Description
Languages
JavaScript
57.2%
CSS
23.9%
HTML
15.1%
Dockerfile
3.8%