Polish and Testing
15 min read
Build the Client and Package the Course
Create the production client build and verify that the server can serve the built application.
npm run build
npm start --prefix server
Then validate the course package itself: frontmatter, module order, lesson order, images, code fences, starter files, and ZIP integrity.
Checkpoint
The final application can be built, started, and handed to another learner with a clear starter and course package.