ເລີ່ມຕົ້ນ npm init
npm install --save express
var path = require('path');
var app = express();
app.get('/',function(req,res){
res.sendFile(path.join(__dirname,'/index.html'));
});
app.listen(3000);```
[upl-image-preview url=https://forum.laox.la/assets/files/2019-03-15/1552661638-498092-whatsapp-image-2019-03-15-at-215512.jpeg]
[upl-image-preview url=https://forum.laox.la/assets/files/2019-03-15/1552661708-807111-whatsapp-image-2019-03-15-at-215706.jpeg]