UNPKG

generator-react-node

Version:

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

10 lines (6 loc) 181 B
'use strict'; import * as mockdata from '../mockdata'; export function getPageData (req, res) { // handle the logic here res.status(200).json(mockdata.sampleData); }