Skip to main content
Version: v2

Build and Start the App

FoalTS provides several commands to help you build and develop your app.

CommandDescription
npm run developBuild the source code and start the server. If a file changes then the code is rebuilt and the server reloads. This is usually the only command that you need during development
npm run buildBuild the app code located in the src/ directory (test files are ignored).
npm run startStart the server from the built files.