All Projects → alec-c4 → kickstart

alec-c4 / kickstart

Licence: MIT license
Ruby on Rails application templates

Programming Languages

Makefile
30231 projects

Projects that are alternatives of or similar to kickstart

hue.tools
Simple toolbox for working with colors. Color mixing, blending, conversion, modification, detailed information, etc.
Stars: ✭ 331 (+442.62%)
Mutual labels:  svelte, tailwindcss, sveltekit
svelte-tailwind-snowpack
TailwindCSS with Svelte and Snowpack v3
Stars: ✭ 100 (+63.93%)
Mutual labels:  svelte, tailwind, tailwindcss
website
Gitpod website and documentation
Stars: ✭ 233 (+281.97%)
Mutual labels:  svelte, tailwindcss, sveltekit
memento-svelte-electron-typescript
Template to create a desktop app with Svelte, TailwindCSS, Electron and TypeScript (with electron-updater, electron-reload and electron-builder)
Stars: ✭ 27 (-55.74%)
Mutual labels:  svelte, tailwind, tailwindcss
EddieHubCommunity.github.io
Information about our community
Stars: ✭ 88 (+44.26%)
Mutual labels:  svelte, tailwind, tailwindcss
Figmatocode
Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI.
Stars: ✭ 2,299 (+3668.85%)
Mutual labels:  svelte, tailwind, tailwindcss
markushatvan.com
Personal website and blog written from scratch with SvelteKit and TailwindCSS.
Stars: ✭ 82 (+34.43%)
Mutual labels:  svelte, tailwindcss, sveltekit
Next-JS-Landing-Page-Starter-Template
🚀 Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript ⚡️ Made with developer experience first: Next.js 12 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS
Stars: ✭ 521 (+754.1%)
Mutual labels:  templates, tailwind, tailwindcss
hagura-sveltekit
A minimal markdown blog template built using SvelteKit
Stars: ✭ 51 (-16.39%)
Mutual labels:  svelte, sveltekit
awesome-programming-tutorials
📚 Collect all awesome programming tutorials
Stars: ✭ 39 (-36.07%)
Mutual labels:  rubyonrails, ruby-on-rails
portfolio-svelte
My over-complicated personal site. A place to show off work and writing, and a place to try weird stuff.
Stars: ✭ 24 (-60.66%)
Mutual labels:  svelte, sveltekit
sveltekit-blog
Sveltekit blog starter project created with sveltekit, typescript, tailwindcss, postcss, husky, and storybook. The project has the structure set up for the scaleable web application.
Stars: ✭ 100 (+63.93%)
Mutual labels:  svelte, sveltekit
sveltekit-blog-template
A SvelteKit blog template
Stars: ✭ 79 (+29.51%)
Mutual labels:  svelte, sveltekit
sveltekit-magic
An implementation of passwordless authentication using Magic with SvelteKit.
Stars: ✭ 38 (-37.7%)
Mutual labels:  svelte, sveltekit
tailwind-dashboard-template
Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in React. Made by
Stars: ✭ 1,662 (+2624.59%)
Mutual labels:  templates, tailwind
generator-jhipster-svelte
Generate Svelte powered JHipster web applications
Stars: ✭ 44 (-27.87%)
Mutual labels:  svelte, sveltekit
svelte-parallax
a (small) spring-based parallax component library for Svelte
Stars: ✭ 87 (+42.62%)
Mutual labels:  svelte, sveltekit
Tail Kit
Tail-kit is a free and open source components and templates kit fully coded with Tailwind css 2.0.
Stars: ✭ 997 (+1534.43%)
Mutual labels:  templates, tailwindcss
svelte-adapter-deno
A SvelteKit adapter for Deno
Stars: ✭ 152 (+149.18%)
Mutual labels:  svelte, sveltekit
sveltekit-electron
Minimal Sveltekit + Electron starter template.
Stars: ✭ 146 (+139.34%)
Mutual labels:  svelte, sveltekit

Kickstart

There are a collection of application templates, scripts, and automatizations I use for everyday work. All included code is written with the following principles:

  • Code is testable
  • Code is written to be supported without a hassle
  • Code is written, following best practices from developers and product communities

Feel free to submit any feature or pull request if you think that it may be useful for the community.

Usage instructions

Monolith ruby on rails application with tailwindcss frontend

rails new APP_NAME --no-skip-hotwire -T -c tailwind -j esbuild -d postgresql -m https://raw.githubusercontent.com/alec-c4/ks-rails-tailwind/master/template.rb

Monolith ruby on rails application with bootstrap frontend

rails new APP_NAME --no-skip-hotwire -T -c bootstrap -j esbuild -d postgresql -m https://raw.githubusercontent.com/alec-c4/ks-rails-bootstrap/master/template.rb

Rails API application

rails new APP_NAME --api -T -d postgresql -m https://raw.githubusercontent.com/alec-c4/ks-rails-api/master/template.rb

Rails basic application

rails new APP_NAME -T -d postgresql -m https://raw.githubusercontent.com/alec-c4/ks-rails-basic/master/template.rb

SvelteKit basic template

npx degit alec-c4/ks-sveltekit-starter APP_NAME

Available templates

Todo

  • Add monolith ruby on rails template with inertia.js frontend
  • Add Nest.js template
  • Add Svelte/SvelteKit templates
  • Add ansible templates for rails and js applications
  • Add terraform templates for DigitalOcean, Linode and AWS

Known issues

not found

Contributing PRs welcome

For bug fixes, documentation changes, and features:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

For larger new features: Do everything as above, but first also make contact with the project maintainers to be sure your change fits with the project direction and you won't be wasting effort going in the wrong direction.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].