Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 562 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 562 Bytes

Developing and testing a Custom Script without dependencies

  1. Install the development dependencies with npm i
  2. Run the development environment with 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://staging.redbull.com/pl-ay/local/8080/bundle.js
  5. Once you're done, compile your bundle for production with npm run build
  6. Your production-ready script is now saved in dist/bundle.js