Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Export Angular project from StackBlitz to local

I would like to export an Angular project done in StackBlitz an execute it from Angular CLI with the command ng serveas we do with an Angular project created in our local machines.

like image 418
Lorenzo Lerate Avatar asked Sep 28 '18 17:09

Lorenzo Lerate


People also ask

How do I share a StackBlitz project?

StackBlitz allows to share your project very easily by providing just an URL to your audience. You simply need to click on button SHARE from the top menu and you'll see the following dialog: This dialog offers three URLs you can use to share your project: Editor URL: Gives direct access to the code editor.

What is StackBlitz Angular?

StackBlitz is an online IDE (integrated development environment) where you can create Angular, React, and Vue projects quickly and easily in your browser. It automatically takes care of installing dependencies, compiling, bundling, hot reloading as you type, and much more.


2 Answers

Just do it. Here is where you need to click:

stackblitz screenshot

like image 56
JB Nizet Avatar answered Sep 19 '22 16:09

JB Nizet


See here. Using this button, you can download the source code.

enter image description here

like image 42
Sathia Avatar answered Sep 16 '22 16:09

Sathia