Skip to content

cgint/angular1

Repository files navigation

Angular Example

This directory is a brief example of an Angular app that can be deployed to ZEIT Now with zero configuration.

How we created this example

To get started with Angular on Now, you can use the Angular CLI to initialize the project:

$ ng new

Deploying this Example

Once initialized, you can deploy the Angular example with just a single command:

$ now