UNPKG

santi

Version:

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

11 lines (7 loc) 185 B
const { getPort } = require('../../server') function run() { process.env.PORT = getPort(3000) process.argv[2] = 'start' require('react-app-rewired/bin') } module.exports = run