Reinaldy Rafli 168bb36883 | ||
---|---|---|
.. | ||
src | ||
static | ||
.eslintrc.cjs | ||
.gitignore | ||
.npmrc | ||
.nvmrc | ||
.prettierrc | ||
Dockerfile | ||
README.md | ||
package.json | ||
svelte.config.js | ||
tsconfig.json | ||
yarn.lock |
README.md
Jokes Bapak2 API
Still work in progress
Development
# Install modules
$ yarn install
# Run local server
$ yarn dev
# or start the server and open the app in a new browser tab
$ yarn dev -- --open
# build everything
$ 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.
Used packages
Name | Version | Type |
---|---|---|
@sveltejs/kit | next |
Framework |