Skip to content

venukommu/ssr-app-eb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ssr-app-eb - I deployed a server-side React app with AWS Elastic Beanstalk. Here’s what I learned.

I’m doing the #AWSCertified challenge and I decided to write about my journey. The purpose is to share what I learn and also the pain points I encounter during the process.

During this Easter weekend, I decided to explore AWS Elastic Beanstalk.

My objective was to deploy a basic React app using Elastic Beanstalk command line interface (EB CLI). The experience had to be simple as possible.

I decided to use Razzle, a server-rendering framework, for this experiment because I think it's more flexible than Next.js. But we can easily adapt the commands explained below for other frameworks.

The repository is divided in two parts:

  1. ssr-app-docker explaining how to deploy your React app with AWS Elastic Beanstalk Docker platform
  2. ssr-app-nodejs explaining how to deploy your React app with AWS Elastic Beanstalk Node.js platform

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.2%
  • CSS 11.8%
  • Dockerfile 2.0%