Add the React 360 production files

With consideration to the folder structure in the MERN skeleton application, we will add the static_assets folder and the bundle files to the dist/ folder to keep our MERN code organized and have all the bundles in the same location. The index.html file will be placed in a new folder, named vr, in the server folder:

-- ... -- client/-- dist/     --- static_assets/     --- ...     --- client.bundle.js     --- index.bundle.js-- ...-- server/     --- ...     --- vr/          ---- index.html-- ...

Get Full-Stack React Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.