Skip to content

notiz-dev/angular-scully-tailwindcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"