Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 272 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 272 Bytes

Vehicle-App

This App is based on CRA.

Scripts:

npm install => Installs all Dependencies

npm run start
npm run build {Prod-Build => /build/{} => Upload into S3}
npm run eject

...

Upload

aws s3 sync ./build s3://{...}