1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00

update cors example readme

This commit is contained in:
Nikolay Kim 2018-01-26 19:56:34 -08:00
parent 99bed67bec
commit b9f8a00ba3

View File

@ -1,14 +1,14 @@
# Actix-web-CORS
# Actix Web CORS example
## start
1 - backend server
```bash
$ cd actix_web_cors/backend
$ cd web-cors/backend
$ cargo run
```
2 - fontend server
```bash
$ cd actix_web_cors/fontend
$ cd web-cors/fontend
$ npm install
$ npm run dev
```