jokes-bapak2/client
Reinaldy Rafli 0ec76725e1 docs: update 2021-07-09 19:13:45 +07:00
..
src feat: move to svelte kit 2021-07-09 10:50:38 +07:00
static feat: move to svelte kit 2021-07-09 10:50:38 +07:00
.eslintrc.cjs feat: move to svelte kit 2021-07-09 10:50:38 +07:00
.gitignore chore: config to static 2021-07-09 16:19:10 +07:00
.npmrc feat: move to svelte kit 2021-07-09 10:50:38 +07:00
.nvmrc chore: nvm config 2021-07-09 16:35:32 +07:00
.prettierrc feat: move to svelte kit 2021-07-09 10:50:38 +07:00
README.md docs: update 2021-07-09 19:13:45 +07:00
package.json chore: config to static 2021-07-09 16:19:10 +07:00
svelte.config.js chore: config to static 2021-07-09 16:19:10 +07:00
tsconfig.json feat: move to svelte kit 2021-07-09 10:50:38 +07:00
yarn.lock chore: config to static 2021-07-09 16:19:10 +07:00

README.md

create-svelte

Everything you need to build a Svelte project, powered by create-svelte;

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

yarn dev

# or start the server and open the app in a new browser tab
yarn dev -- --open

Building

Before creating a production version of your app, install an adapter for your target environment. Then:

yarn build

You can preview the built app with yarn preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.