Using AppRun in a <script> tag and coding in plain JavaScript is perfect when developing small applications, prototyping, and trying ideas. However, in a complex AppRun application development scenario, we need a well-equipped development environment to achieve better code quality and better coding productivity.
In this chapter, we will introduce the AppRun development environment, which includes development tools such as a compiler, bundler, and testing framework. The compiler allows us to use advanced JavaScript/TypeScript language features. The bundler lets us transform, ...