Noushhhh/42_TRANSCENDANCE

frontend not build

Closed this issue · 0 comments

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.