An open API service indexing awesome lists of open source software.

https://github.com/sakin790/full-stack


https://github.com/sakin790/full-stack

express fullstack-development react

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Here is Proxy Setting
```javaScript

export default defineConfig({
server:{
proxy:{
'/api':'http://localhost:8080',
}
},
plugins: [react()],
})
```