Go to file
Douglas Barone 60af230a2d Server setup
2023-12-15 11:38:14 -04:00
public Initial commit 2023-12-15 10:33:03 -04:00
src Server setup 2023-12-15 11:38:14 -04:00
.browserslistrc Initial commit 2023-12-15 10:33:03 -04:00
.editorconfig Initial commit 2023-12-15 10:33:03 -04:00
.env.development Server setup 2023-12-15 11:38:14 -04:00
.eslintrc.js Initial commit 2023-12-15 10:33:03 -04:00
.gitignore Initial commit 2023-12-15 10:33:03 -04:00
index.html Server setup 2023-12-15 11:38:14 -04:00
package-lock.json Server setup 2023-12-15 11:38:14 -04:00
package.json Server setup 2023-12-15 11:38:14 -04:00
README.md Initial commit 2023-12-15 10:33:03 -04:00
tsconfig.json Server setup 2023-12-15 11:38:14 -04:00
tsconfig.node.json Initial commit 2023-12-15 10:33:03 -04:00
tsconfig.server.json Server setup 2023-12-15 11:38:14 -04:00
vite.config.ts Server setup 2023-12-15 11:38:14 -04:00

default

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

Customize configuration

See Configuration Reference.