You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cd /tmp
$ rails -v
Rails 6.0.3.2
$ rails new my-app
Using -T -d postgresql from /Users/rileytg/.railsrc # use postgres, dont use tests (usually add rspec). this is a fairly common rails stack.
...
Bundle complete! 14 Gemfile dependencies, 65 gems now installed.
...
Installing all JavaScript dependencies [4.2.2]
run yarn add @rails/[email protected] from "."
...
β¨ Done in 17.36s.
Installing dev server for live reloading
run yarn add --dev webpack-dev-server from "."
...
β¨ Done in 8.24s.
Webpacker successfully installed π π°
$ cd my-app/
$ du -h -d 1
60K ./app
32K ./bin π§
120K ./config π§
106M ./node_modules π§π§π§π§π§π§π§π§π§π§π§π§π§
0B ./storage π§
16K ./public π§
0B ./lib
4.0K ./db
0B ./log
72K ./.git
27M ./tmp
0B ./vendor
134M .