jokes-bapak2/client
Reinaldy Rafli 168bb36883 ci: reconfigured build steps 2021-07-09 20:46:12 +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
Dockerfile ci: reconfigured build steps 2021-07-09 20:46:12 +07:00
README.md docs: updated to make everything clear 2021-07-09 19:22:56 +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

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