mirror of
https://github.com/wassname/template.git
synced 2026-08-07 11:29:54 +08:00
7 lines
308 B
Markdown
7 lines
308 B
Markdown
# Gulp with Mustache Templates
|
|
|
|
To get started, make sure to run `yarn install` or `npm install` to install dependencies.
|
|
|
|
Run `gulp` to build the project. Running `gulp serve` will run a watching server.
|
|
|
|
There is very little processing going on, the only thing we've added is support for mustache partials. |