1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-16 05:22:00 +01:00

16 lines
226 B
Markdown
Raw Normal View History

2018-01-26 19:56:34 -08:00
# Actix Web CORS example
2018-01-27 11:00:26 +08:00
## start
1 - backend server
```bash
2018-01-26 19:56:34 -08:00
$ cd web-cors/backend
2018-01-27 11:00:26 +08:00
$ cargo run
```
2018-01-27 08:38:17 +03:00
2 - frontend server
2018-01-27 11:00:26 +08:00
```bash
2018-01-27 08:38:17 +03:00
$ cd web-cors/frontend
2018-01-27 11:00:26 +08:00
$ npm install
$ npm run dev
```
2018-01-27 08:38:17 +03:00
then open browser 'http://localhost:1234/'