Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/braebo/bokit

An opinionated SvelteKit starter
https://github.com/braebo/bokit

Last synced: about 2 months ago
JSON representation

An opinionated SvelteKit starter

Awesome Lists containing this project

README

        

# [bokit](https://github.com/fractalhq/bokit)

An opinionated Sveltekit starter-template.

demo · https://bokit.braebo.dev


### init

```bash
npx degit fractalhq/bokit app
```

### run

```bash
cd app
npm install
npm run dev
```

### next steps

- Generate static files with [realfavicongenerator](https://realfavicongenerator.net/) and drop the result into `/static` to replace content like icons / pwa metadata with your own.

- Generate metatags [here](https://metatags.io/) and paste them into `/src/app.html` to replace the meta with your own.

### some features

- [Vercel](https://vercel.com)
- [Typescript](https://www.typescriptlang.org)
- [MDSvex](https://mdsvex.com)
- [Stylelint](https://github.com/stylelint/stylelint)
- [SCSS/SASS](https://sass-lang.com)
- [PostCSS](https://postcss.org)
- [CSSNano](https://github.com/cssnano/cssnano)
- [Autoprefixer](https://github.com/postcss/autoprefixer)
- [Dark Theme](https://github.com/fractalhq/#ThemeToggle)
- [Fractils](https://github.com/fractalhq/fractils)
- [Greset](https://github.com/ghostdevv/greset)
- [Local](https://github.com/FractalHQ/bokit/tree/main/static/fonts) Font [Setup](https://github.com/FractalHQ/bokit/blob/main/src/styles/app.scss#L4-L24)
- PWA / Service Worker