Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kjirou/webpacker-playground

My study history
https://github.com/kjirou/webpacker-playground

Last synced: 12 days ago
JSON representation

My study history

Awesome Lists containing this project

README

        

# webpacker-playground

## 準備

```bash
mkdir ./好きな名前
cd ./好きな名前
bundle init
vi Gemfile # gem "rails", "5.1.5" を追記する
bundle install
bundle exec rails -v # バージョンを確認する
Rails 5.1.5
bundle exec rails new . --webpack # Overwrite Gemfile? は Yes で
```