All Projects → TrilonIO → Universal Nest

TrilonIO / Universal Nest

Licence: mit
Nest + Angular Universal = ❤️ by @TrilonIO

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Universal Nest

Uvue
Vue CLI plugin to create universal Vue applications with ease
Stars: ✭ 119 (-53.88%)
Mutual labels:  universal, ssr
Next Routes
Universal dynamic routes for Next.js
Stars: ✭ 2,354 (+812.4%)
Mutual labels:  universal, ssr
Angular9 Example App
Angular 13 Example App + Angular CLI + i18n + GraphQL
Stars: ✭ 1,769 (+585.66%)
Mutual labels:  universal, ssr
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 (+463.95%)
Mutual labels:  universal, ssr
webpack-isomorphic-compiler
A compiler that makes your life easier if you are building isomorphic webpack powered apps, that is, single page applications with server-side rendering
Stars: ✭ 16 (-93.8%)
Mutual labels:  universal, ssr
Koa React Universal
lightweight React-Koa2 universal boilerplate, only what is essential
Stars: ✭ 112 (-56.59%)
Mutual labels:  universal, ssr
Celestite
Beautifully reactive, server-side rendered Svelte apps w/ a Crystal backend
Stars: ✭ 185 (-28.29%)
Mutual labels:  universal, ssr
Nuxt.js
The Intuitive Vue(2) Framework
Stars: ✭ 38,986 (+15010.85%)
Mutual labels:  universal, ssr
react-ssr-starter
📚 Featuring Webpack 4, React 17-18, SSR, HMR, prefetching, universal lazy-loading, and more
Stars: ✭ 18 (-93.02%)
Mutual labels:  universal, ssr
Beidou
🌌 Isomorphic framework for server-rendered React apps
Stars: ✭ 2,726 (+956.59%)
Mutual labels:  universal, ssr
React Redux Saucepan
A minimal and universal react redux starter project. With hot reloading, linting and server-side rendering
Stars: ✭ 86 (-66.67%)
Mutual labels:  universal, ssr
angular-rollup-starter
Angular2 & Rollup.js including AoT and Universal Prerendering
Stars: ✭ 33 (-87.21%)
Mutual labels:  universal, prerender
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+271.32%)
Mutual labels:  universal, ssr
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (-54.65%)
Mutual labels:  universal, ssr
Laravel Nuxt
A Laravel-Nuxt starter kit.
Stars: ✭ 943 (+265.5%)
Mutual labels:  universal, ssr
Reactql
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
Stars: ✭ 1,833 (+610.47%)
Mutual labels:  universal, ssr
Usus
Webpage pre-rendering service. ⚡️
Stars: ✭ 804 (+211.63%)
Mutual labels:  universal, prerender
Angular Universal Seed
Angular5 Universal Webpack Seed
Stars: ✭ 17 (-93.41%)
Mutual labels:  universal, prerender
Firebase Functions Next Example
Host a Next.js SSR React app on Cloud Functions for Firebase with Firebase Hosting
Stars: ✭ 215 (-16.67%)
Mutual labels:  universal, ssr
teanjs
🔥 TypeORM - Express - Angular 8 - NestJS Server Side Rendering (SSR) 😺
Stars: ✭ 62 (-75.97%)
Mutual labels:  ssr, nestjs

Nest & Angular Universal Starter

A minimal Nest and Angular starter for Universal using the Angular CLI. If you're looking for the Angular Universal repo go to angular/universal.


Trilon.io - Angular Universal, NestJS, JavaScript Application Consulting Development and Training

Made with ❤️ by Trilon.io


Getting Started

This demo is built following the Angular-CLI Wiki guide.

Installation

  • npm i

Development (Client-side only rendering)

  • npm start which will run ng serve.

Development (Server-side rendering)

  • npm run dev:ssr.

Production

*npm run build:ssr && npm run serve:ssr

  • Compiles your application and spins up a Nest server to serve your Universal application on http://localhost:4000.

*npm run prerender

  • Compiles your application and prerenders your applications files

License

MIT License

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