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

https://github.com/eggmantv/rails-webpack-react-template

Rails with Webpack: 从创建,配置到使用和部署
https://github.com/eggmantv/rails-webpack-react-template

react ruby ruby-on-rails webpack2

Last synced: 2 months ago
JSON representation

Rails with Webpack: 从创建,配置到使用和部署

Awesome Lists containing this project

README

          

# Rails with Webpack: 从创建,配置到使用和部署

https://eggman.tv/c/s-rails-with-webpack-guide

## 环境要求

- Ruby 2.2+
- Rails 4.2+
- Node.js 6.4.0+
- Yarn 0.20.1+

## 安装

```shell
$ cd rails-webpack-react-template
$ bundle
$ yarn install
$ bin/webpack-dev-server
$ rails s
```

打开浏览器访问localhost:3000