Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 614 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 614 Bytes

Developing and testing a Custom Script using React.js

  1. Install the development dependencies with yarn or npm
  2. Run the development environment with yarn serve or npm run serve
  3. Go to https://localhost:8080 and accept the exception of the self signed SSL certificate (or if you are using chrome activate chrome://flags/#allow-insecure-localhost)
  4. Try your script on https://delivery.rb3ca-staging.redbullaws.com/pl-ay/local/8080/bundle.js
  5. Once you're done, compile your bundle for production with yarn build or npm run build
  6. Your production-ready script is now saved in dist/bundle.js