Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

ilunglee/rails-starter-template

Repository files navigation

README

Setup

  • Setup Github SSH - Doc

Installation

  • Clone this repo
  • $ rm -rf .git
  • $ git init
  • $ bundle install
  • $ rails g rename:into [YOUR_APP_NAME]
  • Create an .env file for all development environment variables.
  • $ rails db:create
  • $ rails g active_admin:install
  • $ rails g wrap_activeadmin:install
  • $ rails db:migrate
  • $ rails db:seed
  • $ git add -A
  • $ git commit -m 'Initial Setup'
  • $ bundle install --gemfile=.overcommit_gems.rb
  • $ chmod +x bin/setup_overcommit
  • $ overcommit --install

CSS Guides

  • Framework - Bootstrap V4

Backend Admin Panel

About

Rails starter template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published