UNPKG

santi

Version:

Isomorphic framework for base on create-react-app and jsdom

10 lines (8 loc) 147 B
const start = require('./start') const build = require('./build') const serve = require('./serve') module.exports = { start, build, serve }