Skip to content

Commit

Permalink
Updating Spin Hub (#1389)
Browse files Browse the repository at this point in the history
* Updating Spin Hub

Signed-off-by: Yasin Atalar <[email protected]>

* Update content/api/hub/template_angular.md

Co-authored-by: Karthik Ganeshram <[email protected]>
Signed-off-by: Yasin Atalar <[email protected]>

---------

Signed-off-by: Yasin Atalar <[email protected]>
Signed-off-by: Yasin Atalar <[email protected]>
Co-authored-by: Karthik Ganeshram <[email protected]>
  • Loading branch information
yasinatalar and karthik2804 authored Oct 8, 2024
1 parent bc8c613 commit 399291e
Showing 1 changed file with 29 additions and 0 deletions.
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/plain"
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.

0 comments on commit 399291e

Please sign in to comment.