1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 13:51:50 +01:00
2018-01-26 19:56:34 -08:00

16 lines
224 B
Markdown

# Actix Web CORS example
## start
1 - backend server
```bash
$ cd web-cors/backend
$ cargo run
```
2 - fontend server
```bash
$ cd web-cors/fontend
$ npm install
$ npm run dev
```
then open broswer 'http://localhost:1234/'