When i run the command npm run build i got 2 folders (dist and node_modules). I think it is the dist folder i have to put on the /usr/share/nginx/html directory to make it available.
But my question is : is it normal to not have an index.html file on my dist ? how to make it accessible to the user from my nginx server without any index.html file