UNPKG

universal-web-template

Version:

An universal web proejct template - let you quickly set up a project using Handlebars, sass and ReactJS for front-end templating. It can be adopted with most modern CMS.

12 lines (6 loc) 149 B
'use strict'; var JsonDB = require('node-json-db'); module.exports = function(file) { var db = new JsonDB(file, true, false); return db; };