A sample web app on JAMstack in angular (CLI version 11) application using static site generator SCULLY and NETLIFY for deployment.
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
Angular JAMstack Scully Netlify
Contributions are very welcome. Please check out the contributing document.