All Projects β†’ wlucha β†’ angular-starter

wlucha / angular-starter

Licence: MIT license
πŸš€ Angular 14 Starter with Storybook, Transloco, Jest, TestCafe, Docker, ESLint, Material & Prettier πŸš€

Programming Languages

HTML
75241 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to angular-starter

angular-app
Angular 14 ,Bootstrap 5, Node.js, Express.js, ESLint, CRUD, PWA, SSR, SEO, Universal, Lazy Loading
Stars: ✭ 389 (+213.71%)
Mutual labels:  starter, angular-cli, angular14
create-next-stack
Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps.
Stars: ✭ 149 (+20.16%)
Mutual labels:  prettier, starter, starter-kit
starter-kit
πŸƒ A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS
Stars: ✭ 21 (-83.06%)
Mutual labels:  starter, starter-kit
nextjs-landing-starter
Build your landing site based on Next.JS in minutes πŸš€
Stars: ✭ 59 (-52.42%)
Mutual labels:  starter, starter-kit
twitch-extension-starter
Kickstarts your Twitch Extension using React
Stars: ✭ 38 (-69.35%)
Mutual labels:  starter, starter-kit
Angular5 Seed
Angular5 Seed for Application
Stars: ✭ 222 (+79.03%)
Mutual labels:  angular-material, angular-cli
Angular Ngrx Material Starter
Angular, NgRx, Angular CLI & Angular Material Starter Project
Stars: ✭ 2,623 (+2015.32%)
Mutual labels:  angular-material, angular-cli
fire-drill
Find, Edit, Add, Remove, Import, Export, and Report on your Firebase data
Stars: ✭ 58 (-53.23%)
Mutual labels:  angular-material, angular-cli
Angular Interview Questions
Most extensive Angular interview questions based on your level.
Stars: ✭ 354 (+185.48%)
Mutual labels:  angular-material, angular-cli
create-react-app-starter
CRA + typeless starter
Stars: ✭ 21 (-83.06%)
Mutual labels:  starter, starter-kit
vital
Starter template for Vite with React (TypeScript). Supports Tailwind with CSS-Modules. Jest and @react/testing-library configured and ready to go. Also ESLint, Prettier, Husky, Commit-lint and Atomic Design for components.
Stars: ✭ 151 (+21.77%)
Mutual labels:  prettier, starter
sass-starter-pack
Sass starter files using Gulp v4.0.0 πŸ”₯
Stars: ✭ 34 (-72.58%)
Mutual labels:  starter, starter-kit
Ng Demo
🦴 Bare Bones Angular 10 and Angular CLI Tutorial
Stars: ✭ 154 (+24.19%)
Mutual labels:  angular-material, angular-cli
Angularconcepts
Key Angular Concepts using Latest Angular version 5
Stars: ✭ 31 (-75%)
Mutual labels:  angular-material, angular-cli
Rwa Trivia
Trivia App - Real World Angular series
Stars: ✭ 251 (+102.42%)
Mutual labels:  angular-material, angular-cli
Date Time Picker
Angular Date Time Picker (Responsive Design)
Stars: ✭ 528 (+325.81%)
Mutual labels:  angular-material, angular-cli
node-casperjs-aws-lambda
Base scaffolding app for a casperjs/phantomjs app running on Amazon (AWS) Lambda
Stars: ✭ 52 (-58.06%)
Mutual labels:  angular-material, angular-cli
Ajsf
Angular JSON Schema Form
Stars: ✭ 266 (+114.52%)
Mutual labels:  angular-material, angular-cli
Angular Ssr
Angular 4+ server-side rendering solution compatible with @angular/material, jQuery, and other libraries that touch the DOM (as well as providing a rich feature set!)
Stars: ✭ 283 (+128.23%)
Mutual labels:  angular-material, angular-cli
browser-extension
Browser Extension Template with ESbuild builds, support for React, Preact, Typescript, Tailwind, Manifest V3/V2 support and multi browser build including Chrome, Firefox, Safari, Edge, Brave.
Stars: ✭ 535 (+331.45%)
Mutual labels:  starter, starter-kit

81993396-d5142b00-9645-11ea-995f-98342b7d5c8f

The Angular starter / boilerplate project to start a new enterprise project.

βœ… Angular 14
βœ… Angular Material
βœ… Unit Testing with Jest
βœ… End-to-End Testing with TestCafΓ©
βœ… Internationalization with Transloco
βœ… Auto documentation with Compodoc
βœ… Provide component examples with Storybook
βœ… Analyse your project with source-map-explorer
βœ… Docker
βœ… ESLint
βœ… Prettier
βœ… Commit Linting
βœ… AuditJS Audit this application using Sonatype OSS Index
βœ… Auto-generate a CHANGELOG with auto-changelog


Angular14 Build MIT Quality Gate Status Docker Pulls Docker Image Size (latest by date) StackShare

Deploy

Deploy

Demo

StackBlitz Demo

Install / Development

# Clone the project
$ git clone https://github.com/wlucha/angular-starter
$ cd angular-starter

# Install dependencies
$ npm install

# Start server
$ npm run start

# Open in browser: http://localhost:4200

Docker Deployment

# Build Docker image
$ docker build . -t angular-starter

# Run Docker Container
$ docker run -p 3000:80 angular-starter

Docker Hub

https://hub.docker.com/r/wlucha/angular-starter

Commands

  • npm run start - Start the app
  • npm run lint - Lint the project
  • npm run test - Run unit tests
  • npm run build - Build the project
  • npm run build:prod - Build the project in production mode
  • npm run build:prod:stats - Build the project in product mode with stats
  • npm run analyse - Analyse bundle with webpack-bundle-analyzer
  • npm run compodoc - Generate compodoc documentation
  • npm run version - Generate changelog
  • npm run prettier - Format the whole project
  • npm run audit - Audit this application using Sonatype OSS Index

License

MIT License

Copyright (c) 2022 Wilfried Lucha

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].