https://github.com/havenf/portfolio
https://github.com/havenf/portfolio
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/havenf/portfolio
- Owner: havenf
- Created: 2025-03-05T00:17:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T02:53:39.000Z (over 1 year ago)
- Last Synced: 2025-03-05T03:27:06.038Z (over 1 year ago)
- Language: JavaScript
- Size: 538 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
- This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
# Additional Features
- Provides basic create, read, update, and delete example routes via services using Axios.
These routes are meant to be called from react pages and components. State data is designed
to be stored in AppState.js where the data is then validated and used by react
components and pages.
- Page router and mobx - needs additional documentation.
# Usage Instructions
- `npm i` in highest directory.
- `npm run dev` to run a dev server.
- `npm run build` for production environments.
# Portfolio