Setup
Installation
npm install --save config express next react react-cookie react-dom react-redux reduxnpm install --save soya-next soya-next-servernpm install --save-dev soya-next-scriptsConfiguration
{
"analyze": "BUNDLE_ANALYZE=both soya-next-scripts build",
"analyze:browser": "BUNDLE_ANALYZE=browser soya-next-scripts build",
"analyze:server": "BUNDLE_ANALYZE=server soya-next-scripts build",
"build": "soya-next-scripts build",
"dev": "soya-next-scripts dev",
"export": "soya-next-scripts export",
"start": "soya-next-server",
"test": "soya-next-scripts test"
}Last updated