Skip to content

redbullmediahouse/custom-script-vanilla-js

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published