1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-08-02 02:35:04 +00:00
actix-web/examples/web-cors/README.md

16 lines
228 B
Markdown
Raw Normal View History

2018-01-27 03:00:26 +00:00
# Actix-web-CORS
## start
1 - backend server
```bash
$ cd actix_web_cors/backend
$ cargo run
```
2 - fontend server
```bash
$ cd actix_web_cors/fontend
$ npm install
$ npm run dev
```
then open broswer 'http://localhost:1234/'