frontend not build
PandeoF1 opened this issue · 0 comments
PandeoF1 commented
You actually use nginx as a proxy but you should use it as a web server.
The frontend is not build, but it should.
cd srcs/frontend
npm run build
-> that will start the build of the frontend, after that a directory build
with all the static website will be created
This static code should be place in the /var/www/html/
folder.