- Notifications
You must be signed in to change notification settings - Fork16
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
License
meetdave3/angular-node-typescript-boiler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
- 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)
After cloning, runnpm install
Runnpm run start
to spin front end code,
Runnpm run post-dev
to start the Node server in development mode
Navigate tohttp://localhost:4200/
.
You can now seamlessly watch your changes reflect in realtime everytime you hit save (Client + Server code).
Runnpm run build:prerender
Thennpm run serve:ssr
to start the server
This spins up a SSRed Node server onhttp://localhost:3015
Runng test
to execute the unit tests viaKarma.
Runng e2e
to execute the end-to-end tests viaProtractor.
To get more help on the Angular CLI useng help
or go check out theAngular CLI README.
Pull Requests are welcome.
About
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
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.