1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00

spelling check

This commit is contained in:
Alexander Andreev 2018-01-27 08:38:17 +03:00
parent b9f8a00ba3
commit 881e0e0346

View File

@ -6,10 +6,10 @@
$ cd web-cors/backend $ cd web-cors/backend
$ cargo run $ cargo run
``` ```
2 - fontend server 2 - frontend server
```bash ```bash
$ cd web-cors/fontend $ cd web-cors/frontend
$ npm install $ npm install
$ npm run dev $ npm run dev
``` ```
then open broswer 'http://localhost:1234/' then open browser 'http://localhost:1234/'