project use vite to initialize.
- React(18+)
- React Router DOM(6+)
- Scss
- typescript
- antd
-
create .env which need to fill VITE_API_BASE_URL variable
-
yarn install
-
yarn dev
project provide entry for you to customize site information about site like:
logo, title, contact, friend link, etc...
all you need to do is by editing site.config.js
you could deploy your site on github page simply before by setting VITE_API_BASE_URL environment variable.