All Projects → bleenco → Angular Universal Seed

bleenco / Angular Universal Seed

Licence: mit
Angular5 Universal Webpack Seed

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Angular Universal Seed

Usus
Webpage pre-rendering service. ⚡️
Stars: ✭ 804 (+4629.41%)
Mutual labels:  universal, prerender
Aspnetcore Angular Universal
ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and more! By @TrilonIO
Stars: ✭ 1,455 (+8458.82%)
Mutual labels:  universal, angular4
Deprecated
🚀 Framework for building universal web app and static website in Vue.js (beta)
Stars: ✭ 858 (+4947.06%)
Mutual labels:  universal, server
Ngx Cache
Cache utility for Angular
Stars: ✭ 144 (+747.06%)
Mutual labels:  universal, angular4
Universal Nest
Nest + Angular Universal = ❤️ by @TrilonIO
Stars: ✭ 258 (+1417.65%)
Mutual labels:  universal, prerender
React Server
🚀 Blazing fast page load and seamless navigation.
Stars: ✭ 3,932 (+23029.41%)
Mutual labels:  universal, server
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 (+5258.82%)
Mutual labels:  universal, angular4
kathisto
📦 Server-side rendering for Javascript based web-apps
Stars: ✭ 17 (+0%)
Mutual labels:  prerender, angular4
angular-rollup-starter
Angular2 & Rollup.js including AoT and Universal Prerendering
Stars: ✭ 33 (+94.12%)
Mutual labels:  universal, prerender
Ngx Meta
Dynamic page title & meta tags utility for Angular (w/server-side rendering)
Stars: ✭ 331 (+1847.06%)
Mutual labels:  universal, angular4
Angular Material App
基于最新Angular 9框架与Material 2技术的web中后台前端应用框架。
Stars: ✭ 509 (+2894.12%)
Mutual labels:  universal, angular4
Hadoop For Geoevent
ArcGIS GeoEvent Server sample Hadoop connector for storing GeoEvents in HDFS.
Stars: ✭ 5 (-70.59%)
Mutual labels:  server
Gonet
go分布式服务器,基于内存mmo
Stars: ✭ 804 (+4629.41%)
Mutual labels:  server
Eurythmia Server
Eurythmia server repository: mods, subgame, configuration, issues tracker, and a few other.
Stars: ✭ 7 (-58.82%)
Mutual labels:  server
Deno Drash
A REST microframework for Deno's HTTP server with zero 3rd party dependencies.
Stars: ✭ 795 (+4576.47%)
Mutual labels:  server
Prerender Spa Plugin
Prerenders static HTML in a single-page application.
Stars: ✭ 7,018 (+41182.35%)
Mutual labels:  prerender
Catberry
Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.
Stars: ✭ 793 (+4564.71%)
Mutual labels:  universal
Webhook
webhook is a lightweight incoming webhook server to run shell commands
Stars: ✭ 7,201 (+42258.82%)
Mutual labels:  server
Multi Model Server
Multi Model Server is a tool for serving neural net models for inference
Stars: ✭ 770 (+4429.41%)
Mutual labels:  server
Angular Select2
select2 in angular(>=2.0-release).
Stars: ✭ 16 (-5.88%)
Mutual labels:  angular4

Angular5 Universal Webpack Seed


Angular Webpack Seed and built-in express server with server side prerendering using renderModuleFactory().

It uses @ngtools/webpack lib which provides full AoT support, also incremential builds for development purposes.

This seed also includes SASS/SCSS support.

Development

npm run start

Production

Build both client and server side bundles and get ready for production (AoT)

npm run build:prod

Start the server

node ./dist/server.js

Licence

MIT

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