Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 351 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 351 Bytes

Running

yarn install
yarn start

webpack server will start on port 3004 http://localhost:3004

Deploying to AWS

This is a bit tricky but possible

create a new file

  touch .env.script

then edit and add the following with the proper values from AWS

  DISTRIBUTION=<AWS Distribution ID>
  S3_BUCKET=<AWS Bucket Name>