My personal Rails starter template that I use for blog posts.
git clone [email protected]:andrewmcodes/rails_template.git
cd project
Navigate to config/application.rb
and change AndrewmcodesTemplateApp
to whatever the name of your app is.
Do the same in config/database.yml
- Ruby 2.7
- Node 13.7.0
- Rails 6.0.2.1
- Webpacker 4.2.2
- TailwindCSS 1.2.0
- psql (PostgreSQL) 12.1
bundle && yarn
bin/setup_db
rails s
If you want to run the webpack-dev-server and livereload, run this in another tab:
bin/guard