$ npm install cors const cors = require('cors'); const corsOption = { origin: ['http://localhost:3000'], }; app.use(cors(corsOption));