Socket
Socket
Sign inDemoInstall

ng-universal-cli

Package Overview
Dependencies
326
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ng-universal-cli

Working with FireFunctions makes Firebase Functions delpoy very easy. All your code goes in ./src folder. Where all your express API code will go under ./src/api, model creation will go under ./src/model, trigger creation will go under ./src/triggers and


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Alt text

CLI Project Setup Kit for Angular Universal Project

  • Tutorials and Screencasts

Features

  • Create Angular 4 Universal Project with one command
  • More Features coming soon

Usage

Pre-Setup Angular Universal CLI
  • Install Yarn if you don't have Yarn installed brew install yarn
  • Install Latest (1.3.0+) Angular CLI if you don't already have it installed npm install -g @angular/cli
Setup Angular Universal CLI
  • npm i -g ng-universal-cli
  • Run ngu new <projectName> (CamelCase or kebab-case)
  • Your, NgUniversal Project all set cd <projectName>
  • And final step: Deploy client-side project ng deploy --app=0 OR Deploy server-side project ng deploy --app=1

Now, you are all set!

FAQs

Last updated on 18 Aug 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc