- Azure Static Web Apps: https://www.thientrandinh.com
- GitHub Pages (legacy): https://chaozs.github.io/Chaozs.github.io/
Install dependencies:
npm installStart the dev server:
npm run startCreate a production build:
npm run buildThe production build is generated in dist/.
Preview the production build locally:
npm run previewLegacy GitHub Pages deployment publishes the dist folder:
npm run deployAzure Static Web Apps builds from source automatically through its GitHub integration, so dist does not need to be committed for Azure deployment.