Skip to content

rpayeras/shop-react-redux-cloudfront

 
 

Repository files navigation

AWS

To deploy build folder we use serverless framework which deploys all content to aws

Cloudfront URL

S3 URL

This project was bootstrapped with Create React App.

Available Scripts

npm run client:deploy:nc deploy to aws

In the project directory, you can run:
You can use NPM instead of YARN (Up to you)

yarn start OR npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test OR npm run test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build OR npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Deploying in ec2

sh ec2-web-server-set-up-2.sh keypath user host

Start/Stop instances

aws ec2 stop-instances --instance-ids i-056db2709b24e7631 aws ec2 start-instances --instance-ids i-056db2709b24e7631

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.5%
  • JavaScript 11.0%
  • CSS 2.8%
  • Shell 2.5%
  • HTML 2.2%