An open API service indexing awesome lists of open source software.

https://github.com/jsm33t/angulartemplate

ready to go template with routing and pwa support added (angular 15)
https://github.com/jsm33t/angulartemplate

angular node portfolio

Last synced: 3 months ago
JSON representation

ready to go template with routing and pwa support added (angular 15)

Awesome Lists containing this project

README

        

## Key Components

### 1. Router & Components

Included router and sample components

### 2. PWA Support

Enabled `pwa` support.

### 3. JS Libraries Used

- [Bootstrap (css)](https://getbootstrap.com/docs/5.2/getting-started/introduction/)
- [AOS (Animate on scroll)](https://michalsnik.github.io/aos/)
- ~~[Smooth Scroll](https://github.com/LieutenantPeacock/SmoothScroll)~~
- [Swiper](https://swiperjs.com/)
- ~~[ng Progress bar](https://www.npmjs.com/package/ngx-progressbar)~~

## Development and Build Process

To run the application locally:

1. Clone the repository: `git clone https://github.com/your-username/portfolio.git`
2. Navigate to the project directory: `cd portfolio`
3. Install dependencies: `npm install`
4. Run the development server: `ng serve`

To build the production-ready application:

```bash
ng build --prod