trello clone rails:使用RailsHotwireStimulus和Turbo构建Trello克隆 源码
Trello Clone和Ruby on Rails。 设置 使用数据库凭据更新config/database.yml 。 运行bundle install 。 运行rails db:create db:migrate 。 运行gem install foreman 。 我们需要将此gem安装在我们的计算机上,而不是从Gemfile安装 运行foreman start #运行Rails,sidekiq和webpack-dev-server
文件列表
trello-clone-rails:使用Rails,Hotwire,Stimulus和Turbo构建Trello克隆
(预估有个172文件)
bundle
3KB
credentials.yml.enc
464B
index.html.erb
1KB
show.html.erb
915B
_form.html.erb
1KB
_navbar.html.erb
2KB
_links.html.erb
1KB
new.html.erb
422B
new.html.erb
1008B
edit.html.erb
2KB
暂无评论