- React
- Redux
- React-Router
- Node.js
- Express
- MongoDB
- axios
- lodash
- Bulma
- Sass
open the blog folder and run cd server npm start
Then the server side is running on localhost://8080
On the blog folder, run npm start
Then the client side is running on localhost://3000
I set proxy
on client side:
"proxy": {
"/api": {
"target": "http://localhost:8080",
"ws": true
}
},
Then Client data can be connected to server through /api
router.