Not able to view the static web site
After cloning the branch and push to my own repo, when I launch the page, all I can see is the black page. What could be the reason ?
I have a same problem I installed npm but didn't work


@Beauclair @suddi
@smkplus I don't have the solution yet
@Beauclair @smkplus Did you got its solution!!
Not yet @Gourav-raj
Not yet @Gourav-raj
https://github.com/justinshuck/justinshuck.github.io this guy has deployed but how i didn't get it @Beauclair @smkplus
Hi @Beauclair @smkplus @Gourav-raj,
I just went through the codebase, it still works as expected for me.
I am utilizing the following versions of node, npm and nvm:
node v12.18.0
npm v6.14.4
nvm v0.35.3
I ran the following steps and the page rendered as expected at http://localhost:8080/:
$ npm install
$ npm run bundle
$ npm start

Could you please try with the versions of node and npm that I have suggested above.