Go to file
Douglas Barone d3de6afa50 Organize
2023-10-17 13:53:40 -04:00
public Basic server setup 2023-10-06 10:27:48 -04:00
src Organize 2023-10-17 13:53:40 -04:00
.browserslistrc Basic server setup 2023-10-06 10:27:48 -04:00
.editorconfig Basic server setup 2023-10-06 10:27:48 -04:00
.env.development Client connection setup 2023-10-06 14:40:16 -04:00
.env.production Build OK 2023-10-17 10:06:00 -04:00
.gitignore Basic server setup 2023-10-06 10:27:48 -04:00
.prettierrc Basic server setup 2023-10-06 10:27:48 -04:00
index.html Build OK 2023-10-17 10:06:00 -04:00
package-lock.json Prepare for build 2023-10-17 08:52:43 -04:00
package.json Organize 2023-10-17 13:53:40 -04:00
README.md Basic server setup 2023-10-06 10:27:48 -04:00
tsconfig.json Build OK 2023-10-17 10:06:00 -04:00
tsconfig.node.json Basic server setup 2023-10-06 10:27:48 -04:00
tsconfig.server.json Update include 2023-10-17 08:57:01 -04:00
vite.config.ts Build OK 2023-10-17 10:06:00 -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.