Open catliuqh opened 7 years ago
You probably want to use a starter kit or a boilerplate rather than this lesson to start your site. Try googling react router starter kit and pick one you think have the parts you need.
From your error it looks like your pathing is wrong.
I want people visit my project via "http://www.*****.com"
so i use the following to output:
then i import this bundle.js in the html, code as follow:
but when i open this html in the browser, it send this error.I want to know why and how to resolve this question