JoseZone - Angular Starter is an angular starter build upon Angular 6 for large applications.
- Suggestions are always welcomed
- Updated to support more features
- Core for singletons
- Shared for shared components, pipes/filters
- Angular universall for server side rendering
- Angular PWA for browser caching
- app-shell for application shell
- automated PWA updates
- custom error logger
- integration of google analytics for error and path
The overriding goal is to quickly start producion ready, highly scalble high performing Angular application.
JoseZone Angular Starter uses the following to work properly:
- Angular - HTML enhanced for web apps!
- node.js - evented I/O for the backend
- Express - fast node.js network app framework
And of course JoseZone Is open source
JoseZone Angular Starter requires Node.js v8.12+ to run.
$ npm install
$ npm run build
Open your favorite Terminal and run the commands.
using node directly:
$ node local.js
Using PM2: First install PM2 globally using
$ npm i pm2 -g
Run application:
$ pm2 start local.js
- web push notification
- http- v2
- create UI for app shell
- create landing page
MIT