Is it possible to use reactjs with npm in infinity solution?

I’m trying to deploy website with reactjs , but i used npm package.

Sorry, Infinityfree only supports PHP right now. I guess you can use netlify.com.

3 Likes

@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.