mirror of
https://github.com/runyanjake/jakesphotos.git
synced 2026-03-26 05:23:18 -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
66.1%
CSS
27.9%
HTML
4.5%
Dockerfile
1.5%