UNPKG

generator-react-node

Version:

A kickstarter app generator for React and Node.js based application with redux, webpack, and babel

9 lines (7 loc) 160 B
'use strict'; export function isAlive (req, res) { res.status(200).json({}); } export function notFound (req, res) { res.redirect('/error/404'); }