Klarr-Agency / sveltekit-milky-boilerplate

This repo includes components for sveltekit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SvelteKit Milky boilerplate

Work in progress

License

MIT License

Features

  • Dashboard view
  • Authentification form
  • Calendar

Components

Status

Status No started yet Status Inprogress Status Complete

  • Text Input Status Complete
  • Search input Status Inprogress
  • Number input Status No started yet
  • Text area Status No started yet
  • Banner Status Complete
  • Buttons Status Inprogress
  • Breadcrumb Status No started yet
  • Checkbox Status Complete
  • Radio button Status No started yet
  • Range slider Status No started yet
  • Link Status Complete
  • Toggle/ Switch Status No started yet
  • Dropdown menu Status No started yet
  • Tile Status No started yet
  • Tag Status No started yet
  • Grid Status Inprogress
  • Icons Status Inprogress

Developing

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

npm run dev

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

Building

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

npm run build

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

Roadmap

  • SCSS for each component
  • Layout admin view
  • Fonctional authentification page
  • Accessible dropdown menu

About

This repo includes components for sveltekit

License:MIT License


Languages

Language:Svelte 69.3%Language:CSS 24.9%Language:JavaScript 3.2%Language:HTML 2.5%