All Projects → meetdave3 → angular-node-typescript-boiler

meetdave3 / angular-node-typescript-boiler

Licence: GPL-3.0 License
Boilerplate code with Angular Universal (server side rendering) & Node server written in TypeScript with express API routes to get started with your project in Angular 8.2 + Node.ts

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 angular-node-typescript-boiler

talk-angular-material
Code samples for the Angular Material Talk: "Building Beautiful Web Apps with Angular Material"
Stars: ✭ 13 (-27.78%)
Mutual labels:  angular-material
login-form-angular2
A simple login form using the angular2 material design and the angular-CLI.
Stars: ✭ 21 (+16.67%)
Mutual labels:  angular-material
extensions
Angular Material Extensions Library.
Stars: ✭ 203 (+1027.78%)
Mutual labels:  angular-material
cookies
Manage your cookies on client and server side (Angular Universal)
Stars: ✭ 40 (+122.22%)
Mutual labels:  angular-universal
node-ng-ssr-example
Simple Angular Server Side Rendering example
Stars: ✭ 15 (-16.67%)
Mutual labels:  angular-universal
ng-mat-select-infinite-scroll
Infinite Scroll directive for angular material select component
Stars: ✭ 39 (+116.67%)
Mutual labels:  angular-material
vite-vue3-tailwind
Boilerplate at vue 3 whit firebase, vue notus, typesctip, vite, tailwind
Stars: ✭ 21 (+16.67%)
Mutual labels:  boiler
angular-material-boilerplate
A straightforward and well structured boilerplate based on Google's Angular Material project.
Stars: ✭ 28 (+55.56%)
Mutual labels:  angular-material
ng-math
Math Flashcard Progressive Web App built with Angular 2
Stars: ✭ 17 (-5.56%)
Mutual labels:  angular-material
mean-start-2
Full stack Angular + Nest + Universal.
Stars: ✭ 19 (+5.56%)
Mutual labels:  angular-universal
ng-universal
Angular Universal & SEO Utilities/Helpers - Brought to you by Trilon
Stars: ✭ 39 (+116.67%)
Mutual labels:  angular-universal
boomerang
Easy website for your GDG Chapter
Stars: ✭ 74 (+311.11%)
Mutual labels:  angular-material
materialdrive
Google Drive with Angular Material
Stars: ✭ 43 (+138.89%)
Mutual labels:  angular-material
cartify
Shopping Cart implementation to serve as a shell for building e-commerce apps | Angular 7, Node.js, MongoDB
Stars: ✭ 22 (+22.22%)
Mutual labels:  angular-material
teanjs
🔥 TypeORM - Express - Angular 8 - NestJS Server Side Rendering (SSR) 😺
Stars: ✭ 62 (+244.44%)
Mutual labels:  angular-ssr
thermeq3
Boiler actor device for ELV/EQ-3 MAX! cube
Stars: ✭ 19 (+5.56%)
Mutual labels:  boiler
angular-8-boilerplate
Angular 8 Boilerplate with bootstrap
Stars: ✭ 23 (+27.78%)
Mutual labels:  angular-bootstrap
metadatamanagement
Metadatamanagement (MDM) - Data Search for Higher Education Research and Science Studies
Stars: ✭ 21 (+16.67%)
Mutual labels:  angular-material
fastify-angular-universal
Angular Universal integration to Fastify for rendering Angular apps on the server
Stars: ✭ 20 (+11.11%)
Mutual labels:  angular-universal
TASK-Management-System
Spring Boot and Angular 7 web application for task management .
Stars: ✭ 34 (+88.89%)
Mutual labels:  angular-material

Angular Universal (Latest) + Node.js (TypeScript) - Boiler

Build Status

This project is a starter project with Node at the backend (fully written in TypeScript) and Angular on the client side.

This repo shall allow you to instantly get started with a full stack project in place. Just connect it with your favorite database and you're good to go.

Repo Features

  • Angular 8.2
  • Bootstrap
  • Lazy Loaded Routes
  • Angular Material
  • PWA Ready
  • Server Side TypeScript
  • Node.js Express API written in TypeScript
  • Production Ready Build
  • Established Dev Environment
  • Server Side Rendering (Angular Universal)

Setup

After cloning, run npm install

Development server

Run npm run start to spin front end code,

Run npm run post-dev to start the Node server in development mode

Navigate to http://localhost:4200/.

You can now seamlessly watch your changes reflect in realtime everytime you hit save (Client + Server code).

Production Build

Run npm run build:prerender

Then npm run serve:ssr to start the server

This spins up a SSRed Node server on http://localhost:3015

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Contribution

Pull Requests are welcome.

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