HTML5 audio is not playing in my React app in localhost
问题 I'm making an mp3 player with React.js and the HTML5 web audio javascript API. I've just been learning React for two weeks so I'm just getting used to the structure and setup (with components etc) however have several years experience with JavaScript. I had the mp3 player working when using React within the browser. I.e. I had an index.html file and I included the React scripts as follows: <script src="js/react.min.js"></script> <script src="js/react-dom.min.js"></script> <script src="js