Hosting your React application with AWS
Hosting your React application with AWS Before we get started we need a couple of things set up on your computer Node 8.x environment installed on your computer This is the runtime environment for Javascript application servers. It follows with the node package manager (NPM). NPM is used to install node packages such as React,…