Jamstack Angular app with Scully and styled with Tailwind CSS.
Learn more about Angular 10 with Tailwind CSS and Angular Tailwind CSS Schematics.
Demo of this blog is deployed to Firebase Hosting. Read about how to deploy it to Firebase Hosting: Preview and Deploy via GitHub Actions.
npm i
npm run build:prod
npm run scully
npm run scully:serve
Open your favorite browser and go to localhost:1668/ for the Scully static server and localhost:1864/ for the Angular server.
Creating new blog post for Scully:
ng generate @scullyio/init:post --name="Cool post"