Skip to content

Sample web app exploring static site generator scully with JAMstack in angular

Notifications You must be signed in to change notification settings

Priya1311/jamstack-angular

Repository files navigation

Angular JAMstack Sample

A sample web app on JAMstack in angular (CLI version 11) application using static site generator SCULLY and NETLIFY for deployment.

Installation

Go to project folder and install dependencies:

cd project_name
npm i
ng serve
open localhost:4200

For running scully:

ng build --prod
npm run scully
Go to dist/static/index.html to serve the site

For deployment to Netlify:

ng build --prod
netlify init
netlify deploy
Site will be deployed at: https://602f765fb0e35293b5236ddb--angular-jamstack-scully.netlify.app/home

Tech used

Angular JAMstack Scully Netlify

Contributing

Contributions are very welcome. Please check out the contributing document.

About

Sample web app exploring static site generator scully with JAMstack in angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published