Skip to content

Latest commit

 

History

History
80 lines (55 loc) · 1.54 KB

README.md

File metadata and controls

80 lines (55 loc) · 1.54 KB

JoseZone - Angular Starter

N|Solid

JoseZone - Angular Starter is an angular starter build upon Angular 6 for large applications.

  • Suggestions are always welcomed
  • Updated to support more features

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.

Tech

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

Installation

JoseZone Angular Starter requires Node.js v8.12+ to run.

$ npm install
$ npm run build

Run application

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

Todos

  • web push notification
  • http- v2
  • create UI for app shell
  • create landing page

License

MIT