Fast Webapp Template
Find a file
2025-06-05 18:21:42 +08:00
.vscode Initial commit from Astro 2025-06-03 12:03:51 +08:00
public Initial commit from Astro 2025-06-03 12:03:51 +08:00
src Refactor button 2025-06-05 18:19:54 +08:00
.editorconfig added configs 2025-06-03 12:20:02 +08:00
.gitignore Initial commit from Astro 2025-06-03 12:03:51 +08:00
.prettierrc.yml added configs 2025-06-03 12:20:02 +08:00
astro.config.mjs added lightningcss 2025-06-03 15:51:42 +08:00
docker-compose.yml Fixed docker 2025-06-04 17:20:51 +08:00
Dockerfile added docker 2025-06-03 12:19:27 +08:00
package.json Updated dependencies 2025-06-05 18:21:42 +08:00
pnpm-lock.yaml Updated dependencies 2025-06-05 18:21:42 +08:00
README.md fix readme 2025-06-03 15:50:40 +08:00
tsconfig.json added required plugins 2025-06-03 12:21:13 +08:00

Fast WebApp Template

How to Use

git clone --depth 1 https://git.patalcala.com.com/patalcala9/fast-webapp-template.git <project-name>
cd <project-name>
pnpm install
pnpm update