1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
1
Hi Sri,
Elastic Beanstalk support deployment of node JS applications (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_nodejs.html). Those are server-side components that may include a JavaScript framework such as React.
If you have a React app without NodeJs, then Elastic beanstalk may not be your best fit.
React alone, it is a client side app. Typically those need to be bundled (npm run build in your example above) and that content deployed in a static S3 bucket.
Hope it clarifies
Contenus pertinents
- demandé il y a 4 mois
- demandé il y a 6 mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 8 mois
- AWS OFFICIELA mis à jour il y a un an
Thank you for the explanation @alatech.