Nikhil Chacko
Nikhil Chacko
I would like to work on this issue
I am unable to run the frontend server with current changes in the code Please help me with the problem
Ok, I think I found a solution I have added both the bundle scripts to server.js file ``` app.use("/static", express.static(path.join(`${__dirname}/public`))); app.get("/", (req, res) => { res.sendFile(path.join(`${__dirname}/public/index.html`)); }); ``` _Please check...
Thank you @benjaminspak I will make a PR now
The PR for this issue has been made and the PR has been merged as well Now the issue should be closed
I would like to work on this issue if it's available
Updates on this @benjaminspak
I have made the PR for the issue. Now the issue should be closed