Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 485 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 485 Bytes

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.