Deploying the response.js application

I am new to response.js and trying to deploy the first beta application for which I used webpack to create it, now I have a build.js file . Now, according to my understanding, for deploying build.js I do not need to configure any things on the server, I just need to put the following things

  • index.html
  • build.js is specified from inside index.html
  • Resources and styles in their folder structure.

Am I going in the right direction? Do I need to install npm / node, etc. on the server? or just all the resources will work?

thank

+4
source share

Source: https://habr.com/ru/post/1695332/


All Articles