Manually createsS3 Bucket with blocked access: https://nodejs-aws-shop-react-overdd.s3.amazonaws.com/index.html Manually created Cloudfront distribution: http://d1gyg7vkjdtt6t.cloudfront.net
Automatically created S3 bucket with blocked access: https://nodejs-aws-shop-react-0f84ab66-2856-4c3d-9f69-7491550dc928.s3.amazonaws.com/index.html Automatically created Cloudfront distribution: http://d3ogvhqiah48wf.cloudfront.net
To run an automated deployment:
This is frontend starter project for nodejs-aws mentoring program. It uses the following technologies:
- Vite as a project bundler
- React as a frontend framework
- React-router-dom as a routing library
- MUI as a UI framework
- React-query as a data fetching library
- Formik as a form library
- Yup as a validation schema
- Vitest as a test runner
- MSW as an API mocking library
- Eslint as a code linting tool
- Prettier as a code formatting tool
- TypeScript as a type checking tool
Starts the project in dev mode with mocked API on local environment.
Builds the project for production in dist folder.
Starts the project in production mode on local environment.
Runs tests in console, in browser or with coverage.
Runs linting and formatting for all files in src folder.