UNPKG

react-universally

Version:

A starter kit for universal react applications.

9 lines (7 loc) 119 B
/** * Deploys to now. * @see https://zeit.co/now */ import { exec } from '../utils'; const cmd = 'now'; exec(cmd);