score:4
Accepted answer
Yes you can do it.
You can use yarn workspaces
to share some packages between theses two project
You have to create two different workspaces, one for the frontend and another for the backend
Here is more information about it. They have a really nice documentation
Source: stackoverflow.com
Related Query
- How to use the same port for React Js and Node Js?
- How can I start my node server and react app at the same time?
- How to use currying to create HoC in React and connect to the Redux store at the same time?
- How to use React.js and Node.js on the same repository
- how to run my node application and react app in the same time with one command?
- Can I use mock data and proxy api data at the same time in my react project when using node express as a proxy server?
- How do I use react router and react scroll on the same button?
- How to host a static landpage and react on the same node server?
- React D3: How to use react-d3-tooltip and react-d3-zoom in the same chart?
- How do I use local state along with redux store state in the same react component?
- how to import images via props in react and use the 'import' path
- Deploying react app on github pages front and backend in the same repository
- How to use PyCharm and WebStorm in the same editor
- How to use React.FC<props> type when the children can either be a React node or a function
- React Router V4: How to render a modal in the same screen changing only the url and then with that url, be able to rebuild the whole screen
- Cannot determine how to use Redux and React-router on the same component
- How can I use react useContext , to show data from context, in the same component
- I want to use bootstrap's cdn in my react project. Where and how do I insert the cdn?
- Is it possible to run Node and React in the same port?
- How to serve index.html for React and handle routing at the same paths?
- Can I use both ES6 and ES5 in the same React codebase?
- How can I use useEffect in React to run some code only when the component first mounts, and some other code whenever an event occurs (repeatedly)?
- How to send data from react and use the request body in express, using Axios?
- Can you use React smooth scroll and React Router Links in the same website?
- How can i use map() and find() in the same codeline
- React App Using the same function in two places but the API call is different. How do I force it to use the root everytime?
- Understanding how/why/when React updates the DOM and how to use it
- React Router v6 : How to render multiple component inside and outside a div with the same path
- How to use 2 different versions of the same node dependency in package.json?
- How to use the useHook in the component rather than passing the value returned from it as a prop to the components using react and typescript?
More Query from same tag
- My page is not refreshing when i use history.push even though the URL changes
- React native Redux dispatch is not a function, dispatch is an instance of Object
- react/c# - fetch to c# causes Ssl exception
- Sibling selector in styled mui@v5
- how to clean an useMutation error if is a constant?
- Unable to read properties of a property containing the object
- What is the type of "children" in nested routes in react-router?
- Pass state to recursively nested component in React/Redux
- styled-components causing unexpected behaviour when rendering props
- Why does asynchronous function cause PropTypes to be null
- TextField Style using styed-components and Material-UI withStyles
- Why i cant use a <hr/> tag outside another tag in ReactJS?
- How to declare type for functions that receives data from React Child components in TypeScript
- Animate width of button when text changes
- reactjs load images from their local path
- react material reset form value
- Rendering components conditionally in React
- Resetting Values in ReactDOM Ref children (Best Practices?)
- How to pass props to react-router 1.0 components?
- React API call in componentDidMount, and componentWillReceiveProps (order confusion)
- React: I'd like to make a list with two components order by datetime
- REDUX-REACT - dispatch undefined
- MaterialUI -withStyles hoc causes <Select /> menu to close when it shouldn't
- How to display one component's input value to another components using props in REACTJS?
- Input not focusing on componentDidUpdate
- How can I find if firebaseAuthIsReady with v3.0.0?
- How to reset column filters in PrimeReact Datatable?
- Link param doesn't render in JSX (react)
- How do you use the ionic checkbox in a redux form array in react?
- undefined when accessing context value