GLİTCH PROJE BAĞLANTISINI NASIL ALIRIM?
1. Sağ üstte bulunan share butonunu kullanın.
2. Live Site bağlantısı proje bağlantınızdır. Bağlantıyı kopyalayın.
REPLİT PROJE BAĞLANTISINI NASIL ALIRIM?
1. Projenizin index.js, app.js vb. gibi main dosyasına aşağıdaki kod satırını ekleyin.
var http = require('http'); http.createServer(function (req, res){ res.write("staup"); res.end(); }).listen(8080);
2. Webview penceresindeki bağlantı adresi proje bağlantınızdır. Bağlantıyı kopyalayın.