UNPKG

reactatouille

Version:

Reactatouille is a command-line tool to help quickly start and build a new React project, using Redux, Webpack, Gulp (You can add your own tasks, yo!), HMR/Hot Module Reload, Sass (architecture best practices), Jest, Enzyme, popmotion, Redux devtools (bro

13 lines (11 loc) 425 B
const config = { param1: '', // example param2: process.env.NODE_ENV === 'production' ? 'foo' : 'bar', // example git: { remoteList: ['origin', 'heroku'] // add any other remotes here }, appName: 'reactatouille Boilerplate', // your app name here buildName: 'Reactatouille Boilerplate' + ' | ' + (process.env.NODE_ENV || 'development') + ' | ' + '201708041331', defaultPort: 3000 } module.exports = config