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

https://github.com/guoyunhe/portfolio

Web sites and applications that I have developed
https://github.com/guoyunhe/portfolio

Last synced: 3 months ago
JSON representation

Web sites and applications that I have developed

Awesome Lists containing this project

README

        

# React App

## Get Started

### Local Development

```
cp .env.example .env
pnpm install
pnpm start
```

### Production Deployment

```
cp .env.example .env
pnpm install
pnpm 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
- [antd](https://ant.design/) - the design system and component library
- [i18next](https://react.i18next.com/) - the internationalization solution
- [vitest](https://vitest.dev/) - the unit test runner
- [testing-library](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