This is the repository for the Angular blog demo with Netlify CMS and Forestry CMS integration deployed on Netlify.
The tools used to build the project include;
- Angular version 13.3
- Scully
- Tailwind
- Netlify CMS
- Forestry CMS
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
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.