Quick Recap
Let's look into what we have covered so far.
We'll cover the following
Highlights
That’s it! We have finally done it. 🎊
We now have a fully-fledged Rails app running with Docker, completely managed through Compose. It is a thing of beauty, isn’t it?
Let’s quickly recap what we covered in this chapter:
-
We installed Yarn and a more up-to-date version of Node to meet Webpacker’s requirements.
-
We installed the Webpacker gem.
-
We added a new service to our docker-compose.yml file that runs the
webpack_dev_server
to automatically compile our Webpacker JavaScript assets. -
We created a Hello World React application to verify everything was configured correctly to compile and run a React app.
What to expect in the next chapter?
Now that our app is up and running in all its glory, we will turn our attention to setting up and running our tests in a Dockerized environment.
Get hands-on with 1400+ tech skills courses.