UNPKG

generator-react-node

Version:

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

16 lines (13 loc) 191 B
'use strict'; let state = { app: { current: { path: '', pageTitle: '' } }, homePage: { message: "Template Message" } }; export default state;