Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tak-iwamoto/rails-webpack-boiler-template
- Owner: Tak-Iwamoto
- Created: 2020-01-26T08:10:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:59:36.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T21:36:31.027Z (over 1 year ago)
- Language: Ruby
- Size: 513 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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```