Skip to content

pavlovajane/nodejs-aws-shop-react

 
 

Repository files navigation

Jane's tasks

Manual deployment

S3 bucket was created, the minor change (website title's was changed to JANE's shop) was done, website was build and uploaded to S3 bucket. S3 Bucket and is available over the Internet (see URL).

A CloudFront distribution was created and configured. The Application is served with CloudFront and is available over the Internet via CloudFront URL

Automated deployment

S3 Bucket was created, the Application was deployed, a CloudFront Distribution created and configured using AWS CDK. The Application can be built and deployed by running npm script commands. This Application has different title ("My Shop") to be distinguished from manually deployed website.

CloudFront URL is provided and opens a static website S3 Bucket URL shows Access Denied error

React-shop-cloudfront

This is frontend starter project for nodejs-aws mentoring program. It uses the following technologies:

Available Scripts

start

Starts the project in dev mode with mocked API on local environment.

build

Builds the project for production in dist folder.

preview

Starts the project in production mode on local environment.

test, test:ui, test:coverage

Runs tests in console, in browser or with coverage.

lint, prettier

Runs linting and formatting for all files in src folder.

About

React Frontend for NodeJS in AWS course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.6%
  • JavaScript 14.4%
  • Python 4.9%
  • Other 1.1%