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

https://github.com/syumai/webpacker-docker-example

Example application of RoR with webpacker 3 and docker-compose
https://github.com/syumai/webpacker-docker-example

docker docker-compose rails webpacker

Last synced: about 2 months ago
JSON representation

Example application of RoR with webpacker 3 and docker-compose

Awesome Lists containing this project

README

          

# Webpacker Docker Example

Example application of RoR with webpacker 3 and docker-compose

## How to use

```console
# Build docker images
./build

# Start container
docker-compose up

# Start dev server
./webpack-dev-server
```

then, access to `localhost:3000`