alexookah / rails_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite ⚡️ Rails

This app is an example using vite_rails to manage assets with Vite.

A live demo is running on Heroku.

Installation 💿

If using Docker, run bin/docker_setup to build the images and create the db.

Alternatively, you can run:

  • bundle install: Install the ruby gems
  • yarn install: Install the npm packages
  • bin/rake db:create db:migrate: Create the database and tables

Development 🚀

If using Docker, run bin/docker to start the services.

Alternatively, you can run:

  • bin/rails s: Starts the Rails dev server
  • bin/vite dev: Starts the Vite.js dev server

About


Languages

Language:Ruby 71.7%Language:HTML 12.1%Language:TypeScript 5.8%Language:JavaScript 4.8%Language:CSS 2.0%Language:Shell 1.5%Language:Dockerfile 1.1%Language:SCSS 0.9%Language:Less 0.1%Language:Procfile 0.0%