Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 835 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 835 Bytes

AngularBlog

This is the repository for the Angular blog demo with Netlify CMS and Forestry CMS integration deployed on Netlify.

Tech stack

The tools used to build the project include;

  • Angular version 13.3
  • Scully
  • Tailwind
  • Netlify CMS
  • Forestry CMS

Getting started

After cloning the project, run the command:

npm install

Use the command below to run the angular and scully build commands:

npm run build

Serve the angular app:

ng serve

Serve the scully version which is the static site:

npx scully serve

Navigate to http://localhost:4200/ to see the Angular app and http://localhost:1668/ to see the scully static site

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.