Skip to content

A starter template for building websites using Delgada.

License

Notifications You must be signed in to change notification settings

delgada-ui/template

Repository files navigation

Delgada Template

A starter template for building websites using Delgada.

Usage

npx degit delgada-ui/template my-delgada-project
cd my-delgada-project
npm install
npm run build
npm start

Tip

The Delgada dev server does not yet support automatic re-builds on file changes. If using VS Code, a workaround can be accomplished using the Run On Save extension.

Install the extension and then create/add the below JSON to the .vscode/settings.json file in your project.

{
  "emeraldwalk.runonsave": {
    "commands": [
      {
        "match": "\\.js$",
        "cmd": "npm run build"
      },
      {
        "match": "\\.css$",
        "cmd": "npm run build"
      },
      {
        "match": "\\.md$",
        "cmd": "npm run build"
      }
    ]
  }
}

License

MIT

About

A starter template for building websites using Delgada.

Resources

License

Stars

Watchers

Forks