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)
- Host: GitHub
- URL: https://github.com/jsm33t/angulartemplate
- Owner: JSM33T
- Created: 2023-10-31T08:38:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T03:58:47.000Z (over 1 year ago)
- Last Synced: 2025-01-11T23:23:43.408Z (5 months ago)
- Topics: angular, node, portfolio
- Language: TypeScript
- Homepage:
- Size: 2.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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