https://github.com/likeur/ngstarter
This is a starter repo for angular 19 project powered with tailwindcss v4.0 and Gsap 3 and some utilities to help you ship your project even faster.
https://github.com/likeur/ngstarter
angular boilerplate gsap tailwindcss
Last synced: about 2 months ago
JSON representation
This is a starter repo for angular 19 project powered with tailwindcss v4.0 and Gsap 3 and some utilities to help you ship your project even faster.
- Host: GitHub
- URL: https://github.com/likeur/ngstarter
- Owner: Likeur
- License: mit
- Created: 2025-02-15T19:03:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T10:44:57.000Z (over 1 year ago)
- Last Synced: 2025-05-16T07:09:01.041Z (about 1 year ago)
- Topics: angular, boilerplate, gsap, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular19Starter
This is a Starter repos for all my fellow angular developers who want to ship fast their project, it include a basic configuration of angular and tailwindcss in order to save you config time then you can focus on writing quality codes.
## Here is some key features
### In this project you'll find a basic config of :
- Angular 19.1
- Tailwindcss v4.0
- Gsap 3
### Some advantage
- Basic routing file exemple with lazyloading
- Some building components
- Basic architecture of an angular application
### In the Upcoming Commits
- Config of Firebase
- Seamless transitions for pages
- Basic exemple of a gsap animation
- Many components for your next application under the available components page
# Get Started with this starter repo
1. Make sur you have `node js` and `npm`
2. Clone this repository
```bash
git clone https://github.com/Likeur/ngStarter.git ngstarter
```
3. Navigate to the repertory
```bash
cd ngstarter
```
4. Install all the required dependancies
```bash
npm install
```
5. Start the Development server
To start a local development server, run:
```bash
ng serve -o
```
Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.
## Building
To build the project run:
```bash
ng build
```
This will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.
## Additional Resources
For more information on using the Angular CLI, including detailed command references, visit the [Angular Official website here](https://angular.dev).