![Full-Stack React Projects](https://wfqqreader-1252317822.image.myqcloud.com/cover/866/36699866/b_36699866.jpg)
上QQ阅读APP看书,第一时间看更新
Express app
In server.js, we will first add code to import the express module in order to initialize an Express app.
mern-simplesetup/server/server.js:
import express from 'express'
const app = express()
Then we will use this Express app to build out the rest of the Node server application.