Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tak-iwamoto/rails-webpack-boiler-template


https://github.com/tak-iwamoto/rails-webpack-boiler-template

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# Rails + Webpack

This project is Rails + Webpack boiler template(without Webpacker)

## Run Command

```docker-compose up -d```
```docker-compose run app rais db:migrate```

Please run following command in host.

```yarn install```
```yarn build-dev```