jokes-bapak2/client
Reinaldy Rafli a1a71ed1eb
feat: updating links
2021-11-09 01:19:38 +07:00
..
src feat: updating links 2021-11-09 01:19:38 +07:00
static feat: meta tags 2021-07-15 17:30:40 +07:00
.dockerignore hotfix: error on preview 2021-07-15 20:41:36 +07:00
.env.example fix: set prerender 2021-07-15 17:58:07 +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 feat: updating links 2021-11-09 01:19:38 +07:00
.prettierrc style: config prettier 2021-07-09 22:44:24 +07:00
Dockerfile chore: codefactor suggestions 2021-07-23 22:39:23 +07:00
README.md feat: updating links 2021-11-09 01:19:38 +07:00
package-lock.json feat: updating links 2021-11-09 01:19:38 +07:00
package.json feat: updating links 2021-11-09 01:19:38 +07:00
svelte.config.js fix: seo problem with one small change 2021-07-17 20:20:51 +07:00
tsconfig.json style: config prettier 2021-07-09 22:44:24 +07:00
windi.config.js style: run prettier 2021-07-15 16:40:34 +07:00

README.md

Jokes Bapak2 Client

Still work in progress

Development

# Install modules
$ yarn install

# Run local server
$ yarn dev

# 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 1.0.0-next.195 Framework
svelte 3.44.1 Framework
typescript 4.4.4 Static type language
svelte-i18n 3.3.13 i18n Library
svelte-windicss-preprocess 4.1.5 CSS Library
@fontsource/fira-mono 4.5.0 Webfont
@fontsource/rubik 4.5.0 Webfont
dotenv 10.0.0 Utils
@sentry/browser 6.14.1 Logging

Directory structure

.
├── Dockerfile          - Docker image for client
├── package.json        - Meta information & dependencies
├── README.md           - You are here
├── src
│  ├── app.html         - HTML entry point
│  ├── components       - Svelte component files
│  ├── global.d.ts      - Global type definition for Typescript
│  ├── languages        - i18n localization database
│  ├── lib              - Logic & utilities
│  └── routes           - Svelte page files
├── static              - Static/public directory
├── svelte.config.js    - Svelte configuration file
├── tsconfig.json       - Typescript configuration file
├── windi.config.js     - WindiCSS configuration file
└── yarn.lock           - Packages lock file

.env configuration

VITE_NODE_ENV=development
VITE_API_ENDPOINT=
VITE_SENTRY_DSN=