blog-performatico

Blog Performático

A modern, high-performance blog built with Angular.

🚀 Live Site: https://EduardoSgarbossa.github.io/blog-performatico/

This project is configured for automated deployment to GitHub Pages using GitHub Actions.


Features

Local Development

  1. Install dependencies:
    npm install
    
  2. Start the development server:
    npm start
    

    Navigate to http://localhost:4200/.

  3. Build for production:
    npm run build