DEV Community

Discussion on: How To Add Meta Tags in Client-side React App

Collapse
 
t410 profile image
Tayyib Cankat

The first thing that come to my mind is, you can put the server files inside the react app's root folder, and maybe configure a CD action with PM2. Maybe like npm i && npm run build and your main script is the script that runs the express server.

I have a tutorial about PM2 and configuring your project for CI/CD with it. This kinda sounded like an ad haha