Skip to content

This repository holds the code created during lectures for the 2022 Foxtrot cohort.

Notifications You must be signed in to change notification settings

learn-academy-2022-foxtrot/foxtrot-lecture-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React in Rails commands

(copied from my rails history)

$ cd Desktop $ rails new foxtrotters -d postgresql -T $ cd foxtrotters $ rails db:create $ rails s $ git checkout -b react-in-rails $ bundle add webpacker $ bundle add react-rails $ rails webpacker:install $ rails webpacker:install:react $ yarn add @babel/preset-react $ yarn add @rails/activestorage $ yarn add @rails/ujs $ rails g react:install $ rails g react:component App $ code . $ rails g controller Home $ rm app/helpers/home_helper.rb $ bundle add bootstrap $ yarn add reactstrap $ yarn add react-router-dom $ rails s

About

This repository holds the code created during lectures for the 2022 Foxtrot cohort.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •