Added the basic js/css frontend to the express app

This commit is contained in:
Glenn de Haan
2018-02-26 22:52:19 +01:00
parent 91bad12f52
commit cd93e31bb5
8 changed files with 107 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
const fs = require("fs");
module.exports = JSON.parse(fs.readFileSync(`${__dirname}/../../../public/dist/rev-manifest.json`));