-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Containerization of a React app #70
Comments
@ulises-jeremias can i try this |
@Siddharth9890 sure! |
hey @ulises-jeremias i have a doubt i have made a docker compose file just for testing is this fine?
|
@Siddharth9890 hey! you can use the following command to generate a small project and use it as reference 😊 not need to include the database and backend on this PR 👌🏻 https://www.npmjs.com/package/create-awesome-node-app it will guide you to create a Frontend Application with our React Vite boilerplate and with docker you can create a PR using that as referece 👌🏻 |
Describe the feature
We can use Docker Compose to Dockerize a frontend app along with any necessary services, such as a database or backend API. To Dockerize a frontend app using Docker Compose, we can follow these general steps:
Use Case
Reference
Proposed Solution
Create the example at
examples/compose-react
. You can use https://www.npmjs.com/package/create-awesome-node-app to check existing implementations for this issue.After that add it as an example at
examples/compose-react
Other Information
No response
Acknowledgements
Version used
Environment details (OS name and version, etc.)
┆Issue is synchronized with this Clickup task by Unito
The text was updated successfully, but these errors were encountered: