Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions content/api/hub/template_angular.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
title = "Spin Angular"
template = "render_hub_content_body"
date = "2024-09-30T15:30:32.000Z"
content-type = "text/html"
tags = ["javascript", "Angular", "Fermyon Cloud",]

[extra]
author = "yasinatalar"
type = "hub_document"
category = "Template"
language = "JS/TS"
created_at = "2024-09-30T15:30:32.000Z"
last_updated = "2024-09-30T15:30:32.000Z"
spin_version = ">v2.0"
summary = "A template to use Angular with Spin"
url = "https://github.com/yasinatalar/spin-angular"
template_id = "spin-angular"
keywords = "html, Angular, typescript"

---

# A Simple Static Fileserver Template for Spin Framework with Angular

This is a template for building and statically exporting your Angular application and running it on Fermyon Spin.

## Using the Template

Before you can use this template you need to run `npm install` to install the dependencies (node_modules).
After that you can use `spin build` and `spin up` to build and run the application.