add preact with webpack

This commit is contained in:
Thomas Ruoff
2017-02-15 00:46:54 +01:00
parent 316d05790b
commit 7668fc3837
15 changed files with 229 additions and 3 deletions

View File

@@ -25,4 +25,6 @@ app.post('/generate/:template', (req, res) => {
});
});
app.use(express.static('dist'));
app.listen(5000);