Title: doesnt load assets and css
Last modified: January 18, 2022

---

# doesnt load assets and css

 *  Resolved [muhsink](https://wordpress.org/support/users/muhsink/)
 * (@muhsink)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/doesnt-load-assets-and-css/)
 * hi,
    I created react application, it works well before integrating with WordPress.
   while integrating it doesn’t load any of the assets or CSS which I used while
   creating react application. hope you understand my issue. application integrated
   with reactpress : [https://transmedia.foretech.pw/r-home/](https://transmedia.foretech.pw/r-home/)
   how it actually looks like : [https://home.transmedia.foretech.pw/](https://home.transmedia.foretech.pw/)
   have a nice day.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdoesnt-load-assets-and-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [rockiger](https://wordpress.org/support/users/rockiger/)
 * (@rockiger)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/doesnt-load-assets-and-css/#post-15264708)
 * ReactPress doesn’t work this way. You can’t just add a build React app. You need
   to build it with ReactPress. That is the whole idea behind ReactPress.
 * Having said that you could try the following:
 * Assuming you are using create-react-app changing your `package.json` like this
   and rebuilding should work:
 * `"build": "PUBLIC_URL=/wp-content/reactpress/apps/[appname]/build react-scripts
   build",`
 * If this doesn’t work please stick to the prescribed workflow:
    1.  Install ReactPress on your local WordPress installation
    2.  Use create-react-app from the command line in the apps folder shown in ReactPress
    3.  Reload ReactPress page and give the app a slug
    4.  Develop your React app
    5.  Build the app
    6.  Install ReactPress on live WordPress site
    7.  Create the same folder there (no need for create-react-app) there
    8.  Upload the build folder of your React app into the created folder.
        Reload 
       ReactPress page and give the app the SAME slug.
 * Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘doesnt load assets and css’ is closed to new replies.

 * ![](https://ps.w.org/reactpress/assets/icon-256x256.png?rev=2471443)
 * [ReactPress - Create React App for Wordpress](https://wordpress.org/plugins/reactpress/)
 * [Support Threads](https://wordpress.org/support/plugin/reactpress/)
 * [Active Topics](https://wordpress.org/support/plugin/reactpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/reactpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/reactpress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [rockiger](https://wordpress.org/support/users/rockiger/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/doesnt-load-assets-and-css/#post-15264708)
 * Status: resolved