You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a git clone & npm install, I try to run the devServer thanks to npm start.
Here is the log:
sylvainlap@CanHardXI:~/DEV/WORKSPACE/universal-react-boilerplate$ npm start
> universal-react-boilerplate@3.0.0 start /home/sylvainlap/DEV/WORKSPACE/universal-react-boilerplate
> cross-env NODE_PATH=source babel-node devServer.js
Listening at http://0.0.0.0:3000
webpack built 151bfb56c4b20df6835c in 1366ms
However, when I try to reach http://localhost:3000/, I got a blank page. Moreover, I don't have any index.js in the static folder. What am I doing wrong ?
Hi,
After a git clone & npm install, I try to run the devServer thanks to npm start.
Here is the log:
However, when I try to reach http://localhost:3000/, I got a blank page. Moreover, I don't have any index.js in the static folder. What am I doing wrong ?
Thanks.