1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/web-cors/README.md

16 lines
227 B
Markdown
Raw Normal View History

# Actix Web CORS example
## start
1 - backend server
```bash
$ cd web-cors/backend
$ cargo run
```
2 - frontend server
```bash
$ cd web-cors/frontend
$ npm install
2019-03-30 02:48:55 +01:00
$ npm run serve
```
2019-03-30 02:48:55 +01:00
then open browser 'http://localhost:8080'