https://github.com/guoyunhe/rgi-web
Retro Game Index Web App
https://github.com/guoyunhe/rgi-web
Last synced: 3 months ago
JSON representation
Retro Game Index Web App
- Host: GitHub
- URL: https://github.com/guoyunhe/rgi-web
- Owner: guoyunhe
- Created: 2023-01-16T12:15:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T07:07:11.000Z (over 2 years ago)
- Last Synced: 2025-01-10T17:39:35.731Z (5 months ago)
- Language: TypeScript
- Size: 643 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Retro Game Index Web App
## Local Development
```
cp .env.example .env
npm install
npm start
```## Production Deployment
```
cp .env.example .env
npm install
npm run build
```## Technology Stack
- [vite](https://vitejs.dev/) - the build system
- [typescript](https://typescriptlang.org/) - the programming language
- [react](https://reactjs.org/) - the user interface framework
- [react-router](https://reactrouter.com/) - the routing library for single-page-application
- [@mui/material](https://mui.com/) - the design system and component library
- [i18next-react](https://react.i18next.com/) - the internationalization solution
- [axios](https://axios-http.com/) - the http client to send API requests
- [swr](https://swr.vercel.app/) - the state & caching system
- [vitest](https://vitest.dev/) - the unit test runner
- [@testing-library/react](https://testing-library.com/) - the unit test toolkit for react## About The Template
This app is generated from https://github.com/guoyunhe/react-app-template
Issues and pull requests are always welcome.
Looking for a back-end template? Checkout https://github.com/guoyunhe/adonis-api-template