Make everything with Svelte

ptkdev

Patryk Rzucidล‚o

Posted on April 5, 2021

Make everything with Svelte

๐Ÿ’ก Intro

I would like to introduce you to my collection of templates (or also called boilerplate). What are? They are starting templates from which to develop apps, sites, bots, etc...

https://github.com/ptkdev-boilerplate/Schermata 2021-04-05 alle 13.15.28

My Svelte Github Templates

๐Ÿ— svelte-webcomponent = to create native html5 webcomponents using svelte

๐Ÿ‘” svelte-spa = to create single page apps with svelte

๐Ÿงฌ svelte-electron = to create desktop apps using svelte-spa

๐Ÿ“ฑ svelte-cordova = to create mobile (android and ios) apps using svelte-spa

๐Ÿงต svelte-kit-ssr = to create apps or websites with svelte optimized for seo using the server side rendering technique

๐Ÿงฐ node-modules = to create npm libraries

๐Ÿช“ node-cli = to create terminal commands

๐Ÿค– node-telegram-bot = to create telegram bot in node

๐Ÿค– node-discord-bot = to create discord bot in node

๐Ÿš€ About

What do this boilerplate series have in common? All. They all use the same folder structure, preconfigured typescript and jest, the same prettier, tspaths, eslint, the same contributors and badges generators in short, they are totally userfriendly and mirror image. Learning to use one is very easy to switch to another.

๐Ÿ’พ Setup Project

If you want replace all strings (example: package name, author, urls, etc...) in markdown file, source files and others files of this project you need edit setup.json with correct values and run npm run setup.

๐Ÿ’ซ License

Code and Contributions have MIT License

๐Ÿ’– ๐Ÿ’ช ๐Ÿ™… ๐Ÿšฉ
ptkdev
Patryk Rzucidล‚o

Posted on April 5, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Make everything with Svelte
svelte Make everything with Svelte

April 5, 2021

ยฉ TheLazy.dev

About