Skip to content

Commit

Permalink
Update _kbarticlespages/single-page-application.md
Browse files Browse the repository at this point in the history
Co-authored-by: Drew Bollinger <[email protected]>
  • Loading branch information
Ephraim-G and drewbo authored Nov 8, 2023
1 parent cd48e3d commit d60317b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _kbarticlespages/single-page-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ date: November 2, 2023
excerpt:
---

## Intro

cloud.gov Pages hosts static sites, but this doesn’t mean that developers are limited to only using [“static site generators”](https://jamstack.org/generators/): anything that can be compiled down into HTML can be run on Pages. You can use a single-page application framework like Vue.js, Svelte, Angular, React, etc. and host it seamlessly on the Pages platform. This is achieved via the `npm run pages` command which allows developers to add a custom build script, and we’ll automatically publish everything in the `_site` folder. Details on utilizing a custom build script will be covered later in the article.

Expand Down

0 comments on commit d60317b

Please sign in to comment.