https://github.com/eleven-miles/erato
React + Vite starter
https://github.com/eleven-miles/erato
react react-router vite
Last synced: 3 months ago
JSON representation
React + Vite starter
- Host: GitHub
- URL: https://github.com/eleven-miles/erato
- Owner: Eleven-Miles
- Created: 2023-04-27T13:40:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T11:03:25.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T21:18:20.818Z (over 1 year ago)
- Topics: react, react-router, vite
- Language: JavaScript
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Erato
This is a boilerplate Vite + React starter template.
## Create New Project
Run `npx @elevenmiles/create-erato YourApp` to create a new project.
## Stack
This project uses SCSS and ITCSS style structure, with React Router for routing, React Helmet for SEO and React Transition Group for page transtitions.
To create pages, add `jsx` components in the pages directory. The pages are routed using Vite's `import.meta.glob`. The menu navigation is dynamically poulated from this functionality.
## Context
The app's state and data can be managed using React's `useContext` hook.