Skip to content

johnknapp/rails-sequel-bootstrap-slim-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

rails-sequel-bootstrap-slim-template

How to set up

  1. Go to the project folder

  2. Install dependencies

bundle install
  1. Install webpacks
rails webpacker:install
  1. Create db & migrate
rake db:create
rake db:migrate
  1. uncomment the following line at config/routes.rb
# devise_for :users
to
devise_for :users

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published