matyunya / svelte-image-site

Example site for Svelte image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smelte template for sapper

Demo

Home repo

Smelte is a UI framework built on top of Svelte and Tailwind CSS using Material Design spec (hence the name). It comes with many components and utility functions making it easy to build beautiful responsive layouts while keeping bundle size and performance at check all thanks to Svelte.

Installation

Clone the project, install the dependencies and write some pretty code!

npx degit matyunya/smelte-template my-svelte-project
cd my-svelte-project
yarn && yarn dev
(or npm install && npm run dev)

Deployment to now

Smelte comes preconfigured to work with now.sh SSR build deployment. Configuration is located at ./now.json.

$ yarn now

About

Example site for Svelte image

License:MIT License


Languages

Language:JavaScript 68.7%Language:HTML 16.4%Language:CSS 14.9%