I am new to react.js, and trying to deploy first beta app for which I used webpack to build it, now I have got build.js file. Now as per my understanding to deploy build.js I don't need to setup any thing in server, I just need to put following things
- index.html
- build.js pointed from inside index.html
- Resources and Styles in their respective folder structure.
Am I going in right direction? Do I need to install npm/node etc on the server? or, just putting all the resources will work?
Thanks