npm installYou also need to install global dependencies: gulp-cli, typescript, webpack
npm run buildStart http server:
npm run startStart https server(also runs the http, which redirects to the https):
npm run start-httpsYou must additionally install global dependencies: ts-node-dev, live-reload.
You can build a project in developer mode using the command
gulp devYou can also enable change tracking in all projects.
gulp watchOr choose a separate
gulp mainDevWatchgulp experimentalDevWatchFull capabilities can be viewed using the command
gulp --tasksTo start automatic page refresh, you must run the command and, when starting the server, pass in the options "dev"
npm run livereload
⚠️ live reload does not work when https support is enabled. Run live reload only on your local computer without https
In order to start the server and automatically restart it when changed, you need to enter this command
npm run devYou can also enable change tracking with https
npm run dev-https