This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 1. Add express | |
| $ npm install express --save | |
| 2. Add cors | |
| $ npm install cors --save | |
| 3. On Windows, add new firewall rule to allow receive request on PORT | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| python -m http.server |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd C://Users//djodr//Documents//.... | |
| set HOME=%USERPROFILE% | |
| git add . | |
| git commit -m "auto commit" | |
| git push origin master | |
| pause |