All Projects → cj-wang → mean-start-2

cj-wang / mean-start-2

Licence: MIT license
Full stack Angular + Nest + Universal.

Programming Languages

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

Projects that are alternatives of or similar to mean-start-2

ngx-metafrenzy
🏷️ Angular module for setting meta/link tags such as open graph, canonical, robots, and title
Stars: ✭ 19 (+0%)
Mutual labels:  server-side-rendering, angular-universal
fastify-angular-universal
Angular Universal integration to Fastify for rendering Angular apps on the server
Stars: ✭ 20 (+5.26%)
Mutual labels:  server-side-rendering, angular-universal
node-ng-ssr-example
Simple Angular Server Side Rendering example
Stars: ✭ 15 (-21.05%)
Mutual labels:  server-side-rendering, angular-universal
Reactjs Portfolio Mern Website
My Portfolio | Full Stack MERN Application
Stars: ✭ 25 (+31.58%)
Mutual labels:  full-stack, server-side-rendering
react-coat-ssr-demo
Demo with Typescript + React + Redux for server-side-rendering (SSR)
Stars: ✭ 100 (+426.32%)
Mutual labels:  server-side-rendering
stimulus reflex
Build reactive applications with the Rails tooling you already know and love.
Stars: ✭ 2,001 (+10431.58%)
Mutual labels:  server-side-rendering
main
Share your personal pronouns and stay updated on your friends' pronouns. Pronouny allows you to update your pronouns and send alerts to your friends.
Stars: ✭ 37 (+94.74%)
Mutual labels:  mean-stack
attain
Deno API middleware Server
Stars: ✭ 79 (+315.79%)
Mutual labels:  server-side-rendering
http
Aplus Framework HTTP Library
Stars: ✭ 113 (+494.74%)
Mutual labels:  full-stack
ng-universal-module
This is a Hapiness Engine for running Angular Apps on the server for server side rendering.
Stars: ✭ 18 (-5.26%)
Mutual labels:  server-side-rendering
isomorphic-react-redux-saga-ssr
Isomorphic, React, Redux, Saga, Server Side rendering, Hot Module Reloading, Ducks, Code Splitting
Stars: ✭ 19 (+0%)
Mutual labels:  server-side-rendering
angular-ssr
Angular 14 Example SSR (Server side rendering)
Stars: ✭ 92 (+384.21%)
Mutual labels:  server-side-rendering
elegant-react-ssr
Server-side rendering with create-react-app, React Router v4, Helmet, Redux, and Thunk boilerplate, without ejecting CRA
Stars: ✭ 16 (-15.79%)
Mutual labels:  server-side-rendering
Converto
Installing Kali linux on Vps Server
Stars: ✭ 100 (+426.32%)
Mutual labels:  server-side-rendering
issr
The easiest way to move your React application to Server-Side Rendering. Handles Side Effects and synchronizes State.
Stars: ✭ 84 (+342.11%)
Mutual labels:  server-side-rendering
angular-universal-firebase
angular-universal-firebase.firebaseapp.com/
Stars: ✭ 30 (+57.89%)
Mutual labels:  server-side-rendering
vue-ssr-boilerplate
A boilerplate for developing Server Side Render Vue.js Application
Stars: ✭ 24 (+26.32%)
Mutual labels:  server-side-rendering
email
Aplus Framework Email Library
Stars: ✭ 127 (+568.42%)
Mutual labels:  full-stack
react-router-v4-redux-ssr
Walkthrough for SSR with rr@v4 and rrr@v5
Stars: ✭ 58 (+205.26%)
Mutual labels:  server-side-rendering
Modern-Web-App
React PWA with SSR and Code splitting
Stars: ✭ 45 (+136.84%)
Mutual labels:  server-side-rendering

mean-start-2

Full stack Angular + Nest + Universal.

The client application is based on ngx-admin template with Angular 7+, Bootstrap 4 and Nebular, integrated Nest server running APIs and server-side rendering.

Demo

Live Demo with upgraded Tour of Heroes.

Development server

Run npm run dev to start the Angular dev server and the Nest API server concurrently. Navigate to http://localhost:4200/ for the app. The Angular app or Nest server will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The built Angular artifacts will be stored in the dist/client/ directory. The compiled server application with server-side rendering content will be the dist/server.js file.

Production server

Run npm start to start the application in prod mode with server-side rendering. Navigate to http://localhost:3000/ for the app.

Running unit tests

Run npm test to execute the client and server unit tests concurrently.

Running end-to-end tests

Run npm run e2e to execute the client and server end-to-end tests.

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