Based upon react-boilerplate
Search for these terms and adapt the code with what you want: (case insensitive)
- YOUR_PROJECT
- Finish this document
- Read this one
- Then run
make settings
vim .env
- Fill this file with your settings.
- Run
make
If you are in dev mode a server will be launch at localhost:3000. Otherwise, this will create repo of static files in the container at the address /app/build/react. And since /app/build is an external mounted volume react/ will be shared on this volume. Once the creation is over the container will stop.
See the whole architecture scheme here.