react-expressjs icon indicating copy to clipboard operation
react-expressjs copied to clipboard

Serve static file on apache2

Open mighty-nyaina opened this issue 6 years ago • 0 comments

Hi, is there a way to serve static file on apache server. The example that I know that is working is on Angular, on angular we just run ng build --prod and this will create a dist folder where there is an index.html. On apache, we just serve the dist folder. But here we use React with webpack that not contain dist folder with an index.html so I don't know how to do that on your project.

PS : Sorry for my english, it's not my native language

Thanks

mighty-nyaina avatar Aug 07 '18 10:08 mighty-nyaina