jpsierens / webpack-react-redux

A boilerplate for playing around with react, redux and react-router with the help of webpack.
MIT License
599 stars 196 forks source link

I just download the demo and follow the instructions with no additional changes but when generate the dist and try to run the index.html I have an error #34

Closed misterpoloy closed 6 years ago

misterpoloy commented 6 years ago

screen shot 2018-02-14 at 11 25 39 pm Is on the link href where I get the error.

<!doctype html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>React Redux React-Router with Webpack Boilerplate</title>
    <meta name="description" content="React Redux React-Router with Webpack Boilerplate">
    <meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/main-f730bf670e05d7e400dd.min.css" rel="stylesheet"></head>

<body class="view-login">
    <div id="root"></div>
<script type="text/javascript" src="/main-f730bf670e05d7e400dd.min.js"></script></body>

</html>
misterpoloy commented 6 years ago

Nevermind I fix it just deleting the first " / " on the src Thank you!!!