I’m trying to deploy website with reactjs , but i used npm package.
@Sergelen As far as I know, ReactJS library can be used without npm. Remember, ReactJS standalone was created with flexibility thus it doesn’t depends on particular technology.
I think running npm run build
will create a “build” folder. This folder has everything bundled - index.html, css, js, etc. This folder can be then copied into your Infinityfree website.
4 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.