Skip to content

benjamingsmith/custom-script-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://staging.redbull.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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • CSS 6.4%