📜 ⬆️ ⬇️

Quick launch of the Github repository with Angular CLI in your browser

image

Github has many demos, examples, prototypes, and real-world applications written in Angular. However, cloning and initializing a project can take a long time , making it difficult to share and view.

That is why the StackBlitz development environment was created, which allows editing Angular CLI projects in the browser. It is now written examples from the official documentation Angular.io !
')
Would it be cool to quickly launch any Angular CLI project with Github right in your browser, just by changing the URL ?

image

Yes really! And this makes the process of sharing examples, demonstrations and applications very easy.

How it works?


You can open any public repository on Github by entering the username + repository name:

stackblitz.com/github/{_}/{} 

In addition, you can also specify a branch, tag or commit:

 stackblitz.com/GitHub/{_}/{}/tree/{||} 

Download in seconds


No more downloading, cloning or installing. Thanks to Turbo package manager, StackBlitz installs all dependencies and downloads your application in seconds.

Editing live code in a real environment


StackBlitz comes out of the box with all the functionality that is in your local version of VS Code, for example: intellisense, go to definition, hot reloading, full access to npm, and much more .

Beta version!


I would like to hear your feedback! Now this functionality is probably best suited for small applications and examples, as it is not yet fully implemented, but if you find something that does not work, feel free to report the problem on Github issue , on the Discord channel or on twitter @stackblitz .

Russian speaking community


Join the telegram .

Source: https://habr.com/ru/post/349322/


All Articles