UNPKG

vast-player-react

Version:

A React Component That Plays an Inline VAST 4.0 Ad

9 lines (5 loc) 125 B
'use strict'; const express = require('express'); const app = express(); app.use(express.static('./')); app.listen(8080);