「1tep」の版間の差分

提供: wikipokpok
移動先: 案内検索
(ページの作成:「{{PAGENAME}} git clone https://github.com/yasslab/sample_apps.git yarn add jquery@3.4.1 bootstrap@3.4.1 bundle _2.2.17_ install rails db:migrate...」)
 
1行目: 1行目:
 
[[category:memo|{{PAGENAME}}]]
 
[[category:memo|{{PAGENAME}}]]
  
  git clone https://github.com/yasslab/sample_apps.git
+
  $ git clone https://github.com/yasslab/sample_apps.git
  
  yarn add jquery@3.4.1 bootstrap@3.4.1
+
  $ yarn add jquery@3.4.1 bootstrap@3.4.1
  
  bundle _2.2.17_ install
+
  $ bundle _2.2.17_ install
  
  rails db:migrate
+
  $ rails db:migrate
  
  rails test
+
  $ rails test
  
rails db:seed
+
$ rails db:seed

2022年1月24日 (月) 08:40時点における版


$ git clone https://github.com/yasslab/sample_apps.git
$ yarn add jquery@3.4.1 bootstrap@3.4.1
$ bundle _2.2.17_ install
$ rails db:migrate
$ rails test
$ rails db:seed