mirror of https://github.com/fafhrd91/actix-web
Merge branch 'master' of github.com:actix/actix-web
This commit is contained in:
commit
042f8391bb
|
@ -6,10 +6,10 @@
|
|||
$ cd web-cors/backend
|
||||
$ cargo run
|
||||
```
|
||||
2 - fontend server
|
||||
2 - frontend server
|
||||
```bash
|
||||
$ cd web-cors/fontend
|
||||
$ cd web-cors/frontend
|
||||
$ npm install
|
||||
$ npm run dev
|
||||
```
|
||||
then open broswer 'http://localhost:1234/'
|
||||
then open browser 'http://localhost:1234/'
|
||||
|
|
Loading…
Reference in New Issue