An open API service indexing awesome lists of open source software.

https://github.com/havenfricke/ReactApp-Vanilla-Starter

Vite constructed vanilla observer pattern React.js frontend equipped with browser router for endpoints
https://github.com/havenfricke/ReactApp-Vanilla-Starter

Last synced: 8 months ago
JSON representation

Vite constructed vanilla observer pattern React.js frontend equipped with browser router for endpoints

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.