1
1
Fork
You've already forked TemplateApp
0
This is a React 18 template application that can be used to create applications
  • JavaScript 95%
  • HTML 3.6%
  • CSS 1.4%
2026年06月29日 20:36:07 +02:00
public Add public/robots.txt 2026年06月29日 20:36:07 +02:00
src Adding main.jsx for Vite 2026年06月29日 20:17:41 +02:00
.gitignore Initial commit 2026年06月29日 19:55:02 +02:00
.prettierrc Add prettier configuration 2026年06月29日 20:25:42 +02:00
eslint.config.js Add eslint configuration 2026年06月29日 20:23:54 +02:00
index.html Add index.html 2026年06月29日 20:13:48 +02:00
LICENSE Initial commit 2026年06月29日 19:55:02 +02:00
package.json Add package.json 2026年06月29日 20:10:38 +02:00
README.md Update README.md 2026年06月29日 20:31:33 +02:00
vite.config.js Add vite.config.js 2026年06月29日 20:12:25 +02:00

TemplateApp

A semantic and modern React starter template built with Vite, React Router v6, and Material UI (MUI).

Features

  • Semantic Layout: Structured using HTML5 semantic tags (<header>, <nav>, <main>, <aside>, <footer>).
  • State Management: Built-in examples of useReducer, useMemo, useCallback, and useContext.
  • Theming: Dark/Light mode toggle hooked directly into MUI's ThemeProvider.
  • Routing: Dynamic and nested routing setup via React Router.

Getting Started

1. Install Dependencies

npm install

2. start development

npm run dev