Skip to content

Quick Prototype with Angular

Last updated on April 4, 2020

We are always in a situation where we need to create our idea to launch with the use of JavaScript tooling.

Most of the application prototype gets failed due to multiple reasons but taking long time for setting up is the ultimate reason what I would say if you ask me.

Introduction

In this modern era, we have multiple options available to setting up projects.

Out of those options, CLI is widely used by developers.

Yes. Each JavaScript frameworks has its own CLI that provides tooling to generate bare skeleton app.

Quick Prototype with Angular

We get overwhelmed very easily while working with Angular CLI since taking time long to generate.

Our target should be simple enough to get started with minimal setup. You can use the below Angular CLI along with flag options.

> ng new app_name --defults --minimal

Published inAngularFrameworksJavaScript