路径问题:如何通过Express路由加载我的React应用?

时间:2018-11-09 03:36:06

标签: node.js express

我想将我的React应用程序与我的Express应用程序连接

我的React前端路径:main-server / views / dashboard / build / index.html

我的Express后端路径: main-server / routes / static.js

router.get('/test', (req, res, next) => {
    res.sendFile('<WHAT DO I PUT HERE?>');
});

如何连接两者?我在sendFile函数中放了什么。注意:不能使用渲染,因为使用把手在快速应用中提供其他页面。

0 个答案:

没有答案