UNPKG
omnifilter
Version:
latest (1.3.4)
1.3.4
1.2.4
1.2.3
1.2.2
1.1.2
1.0.2
1.0.1
1.0.0
"Awesome filters applied to personal images"
github.com/ocgears/omnifilter
ocgears/omnifilter
omnifilter
/
clientserver.js
4 lines
(2 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
const
express =
require
(
'express'
);
express
().
use
(express.
static
(__dirname +
'/build'
)).
listen
(
5000
,
() =>
console
.
log
(
'Client server up on port 5000.'
));