Project is created with:
- Vite: 4.1.0
- ReactJS: 18.2.0
- Redux-toolkit: 2.9.11
- React-hook-form: 7.43.5
- React-i18next: 12.2.0
- TypeScript: 4.9.3
- Eslint: 8.31.0
- Prettier: 2.8.1
yarn | npm install
.env.development
VITE_ROUTER_BASE=/
VITE_AXIOS_BASE_URL=http://localhost:8080/
.env.staging
VITE_ROUTER_BASE=/
VITE_AXIOS_BASE_URL=https://localhost:8080/stag
.env.production
VITE_ROUTER_BASE=/
VITE_AXIOS_BASE_URL=https://localhost:8080/prod
yarn dev | npm run dev
yarn build:development | npm run build:development
yarn build:staging | npm run build:staging
yarn build:production | npm run build:production
yarn lint | npm run lint
See more COMMIT_GUIDE.md and CHANGELOG.md.
Give a ⭐ if you like this website!
Copyright by Chain Nguyễn.
Shout-out to Spotify's team Spotify
