A React frontend with a Rails backend.
To run the server, run the following command:
make up
Alternatively, you can build with:
make build
Run make help
for additional commands. After, visit localhost:3000
to view the application. The mounted volumes:
volumes:
- .:/app
- /app/node_modules
allow for updates using webpacker.
You can run specs locally by running rspec
, otherwise run them using docker with make rspec
.