Setup and installation
Prerequisites
Installing Required Packages
npm install --save aurelia-middleware-koa aurelia-ssr-bootstrapper-webpack aurelia-ssr-engineAdditional Dependencies
npm install --save koa koa-static koa-router jsdom aurelia-pal-nodejs
npm install --save-dev webpack-node-externalsProject Structure
Step 1: Create Server Entry Point
Step 2: Update Client Entry Point
Step 3: Configure Webpack
Step 4: Create Server Setup
Step 5: Configure SSR Server
Step 6: Update HTML Template
Step 7: Update Package Scripts
Step 8: Platform Abstraction Layer Setup
Development Workflow
Verification
Next Steps
Troubleshooting
Last updated
Was this helpful?