Skip to content

EdCordata/quick-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Quick Start

This is a repo to quickly start up new projects.


How to use?

Features can be added by simply using git. Some branch combinations may have some small conflicts, but you're a smart cookie.


What to do after manually merging branches?

After merging branches, you need you can use your favorite IDE to:

  1. Find and replace the following words to rename the project to what you want:
    • QuickStart -> ProjectName
    • quick-start -> project-name
    • quick_start -> project_name
  2. Then Update secret_key_base in config/secrets.yml
  3. Then Run bundle install, npm install, or any alternative package manager
  4. Lastly, ofc, remove this readme and QUICK_START folder.

Documentation

Some branches include others and even require other branches to be merged before them. See list bellow.

List of these requirements are listed bellow:

Branch name Branches included
rails-6
rails-6-pg rails-6
rails-6-mysql rails-6
rails-6-redis rails-6
rails-6-redis-resque rails-6, rails-6-redis
rails-6-bootstrap rails-6
rails-6-bootstrap-users rails-6, rails-6-bootstrap
rails-6-bootstrap-admin rails-6, rails-6-bootstrap
rails-6-bootstrap-admin-users rails-6, rails-6-bootstrap, rails-6-bootstrap-admin, rails-6-bootstrap-users

Branch features

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published