Installing dependencies
April 17, 2019 ยท View on GitHub
Run npm install.
Build tasks
You can run the following tasks on the command line:
gulp: build and run an example HTTP server athttp://localhost:5001in watch mode. The server's configuration is available at/examples.gulp build: build the applicationgulp test: test and lint the applicationgulp buildwatch,gulp testwatch: likegulp buildandgulp testbut in watch mode
For more information on the available tasks, run gulp --tasks.