https://github.com/sakin790/full-stack
https://github.com/sakin790/full-stack
express fullstack-development react
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sakin790/full-stack
- Owner: Sakin790
- Created: 2024-01-18T05:12:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T17:15:44.000Z (over 2 years ago)
- Last Synced: 2025-01-22T04:19:57.687Z (over 1 year ago)
- Topics: express, fullstack-development, react
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Here is Proxy Setting
```javaScript
export default defineConfig({
server:{
proxy:{
'/api':'http://localhost:8080',
}
},
plugins: [react()],
})
```