LinuxCommandLibrary

spike

spike

TLDR

Create a new project using the default template

$ spike new [project_name]
copy


Compile your project, watch for changes, and auto-reload the browser
$ spike watch
copy


Compile your project once to the "public" directory
$ spike compile
copy


Remove the output directory
$ spike clean
copy

Copied to clipboard