All Projects → fulls1z3 → example-app

fulls1z3 / example-app

Licence: MIT license
Example app showcasing fulls1z3's Angular libraries

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to example-app

Universal
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
Stars: ✭ 669 (+2377.78%)
Mutual labels:  i18n, config, hmr, seo, seed, starter, aot, lazy-loading
Angular Webpack Starter
A complete Angular 6 and Webpack 4 starter seed with minimal and full featured branches. Full featured branch includes: Material Design 2 (Bootstrap 4 branch available as well), @ngrx, HMR, DLLs and optional use of Universal for server-side rendering - Supports AOT (offline) compilation, sync and lazy loading. Karma/Protractor for e2e/unit tests.
Stars: ✭ 911 (+3274.07%)
Mutual labels:  hmr, starter, angular4, aot
Angular Library Seed
🌾 Seed project for Angular libraries that are AOT/JIT compatible and that use external SCSS-styles and HTML-templates
Stars: ✭ 197 (+629.63%)
Mutual labels:  seed, starter, aot
angular-app
Angular 14 ,Bootstrap 5, Node.js, Express.js, ESLint, CRUD, PWA, SSR, SEO, Universal, Lazy Loading
Stars: ✭ 389 (+1340.74%)
Mutual labels:  seo, starter, lazy-loading
Angular11 App
Angular 11 ,Bootstrap 5, Node.js, Express.js, CRUD REST API, PWA, SSR, SEO, Angular Universal, Lazy Loading, PostgreSQL, MYSQL
Stars: ✭ 233 (+762.96%)
Mutual labels:  seo, starter, lazy-loading
angular-webpack-skeleton
This project is deprecated. Please refer to https://github.com/Ks89/angular-cli-skeleton
Stars: ✭ 16 (-40.74%)
Mutual labels:  starter, angular4, aot
ng-seed
Simple Angular seed project with commonly used features.
Stars: ✭ 12 (-55.56%)
Mutual labels:  seed, starter, aot
Fusebox Angular Universal Starter
Angular Universal seed project featuring Server-Side Rendering, @fuse-box bundling, material, firebase, Jest, Nightmare, and more
Stars: ✭ 132 (+388.89%)
Mutual labels:  seo, seed, angular4
Ngx Meta
Dynamic page title & meta tags utility for Angular (w/server-side rendering)
Stars: ✭ 331 (+1125.93%)
Mutual labels:  seo, angular4, aot
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+16070.37%)
Mutual labels:  spa, hmr, seo
Webpack Starter Basic
A simple webpack starter project for your basic modern web development needs.
Stars: ✭ 552 (+1944.44%)
Mutual labels:  spa, seed, starter
angular4-seed-starter
An angular4 starter with webpack2+aot+lazyload+hmr+scss(个人搭的angular4 starter,使用webpack2,包含aot、lazyload、scss、热替换功能等等)
Stars: ✭ 23 (-14.81%)
Mutual labels:  starter, angular4, aot
Ngx Config
Configuration utility for Angular
Stars: ✭ 135 (+400%)
Mutual labels:  config, angular4, aot
angular-gulp-starter
Simple dev/prod build for Angular (2+) using gulp, systemjs, rollup, ngc (AOT), scss, Visual Studio
Stars: ✭ 18 (-33.33%)
Mutual labels:  seed, starter, aot
Angularwebpackvisualstudio
Template for ASP.NET Core, Angular with Webpack and Visual Studio
Stars: ✭ 497 (+1740.74%)
Mutual labels:  hmr, aot, lazy-loading
Todolist Frontend Vuejs
Front-end application for Todolist Web application built with Laravel and Vue.js
Stars: ✭ 120 (+344.44%)
Mutual labels:  spa, hmr, lazy-loading
Angular Seed Advanced
Advanced Angular seed project with support for ngrx/store, ngrx/effects, ngx-translate, angulartics2, lodash, NativeScript (*native* mobile), Electron (Mac, Windows and Linux desktop) and more.
Stars: ✭ 2,279 (+8340.74%)
Mutual labels:  i18n, seed, aot
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (+2411.11%)
Mutual labels:  i18n, hmr
angular-lazy-loading
Angular 15 & React 18 Examples Lazy Loading
Stars: ✭ 39 (+44.44%)
Mutual labels:  starter, lazy-loading
Corpus Christi
Church management suite, open source, fully internationalized
Stars: ✭ 29 (+7.41%)
Mutual labels:  i18n, spa

fulls1z3's example application

CircleCI coverage Conventional Commits Greenkeeper badge Angular Style Guide

Please support this project by simply putting a Github star. Share this library with friends on Twitter and everywhere else you can.

fulls1z3/example-app is a sample project for Angular apps following the common patterns and best practices in file and application organization, providing the following features:

Built with angular-cli.

You can find the live app here.

Quick start

# clone the repo
git clone https://github.com/fulls1z3/example-app.git

# change directory to repo
cd example-app

# Use npm or yarn to install the dependencies:
npm install

# run tslint
npm run lint

# start the server
ng serve

Navigate to http://localhost:4200/ in your browser.

NOTE: The above setup instructions assume you have added local npm bin folders to your path. If this is not the case you will need to install the angular-cli globally.

Contributing

If you want to file a bug, contribute some code, or improve documentation, please read up on the following contribution guidelines:

Thanks to

  • JetBrains, for their support to this open source project with free WebStorm licenses.

License

The MIT License (MIT)

Copyright (c) 2018 Burak Tasci

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].