Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.04 KB

Angular + Scully + Tailwind = 🚀

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.

Getting Started

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.

New Blog post

Creating new blog post for Scully:

ng generate @scullyio/init:post --name="Cool post"