Created
May 19, 2021 01:20
-
-
Save matsubo/d27b5b1755d629fd90783f94a5a0c69f to your computer and use it in GitHub Desktop.
yarn 2 + webpacker test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem i rails | |
curl -sL https://deb.nodesource.com/setup_lts.x | bash - | |
apt-get install -y nodejs | |
npm install -g yarn | |
rails new myapp --webpack | |
cd myapp/ | |
yarn set version berry | |
yarn install | |
bin/webpack-dev-server |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it ruby:3 bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.