How to install the application. - MichaLasry/ImageTalke GitHub Wiki

To install the application, follow these instructions:

(Requires support for GIT commands)

Create an executable folder:

mkdir ImageTalke-APP

cd Imagetalke-APP

git clone https://github.com/MichaLasry/ImageTalke.git

Now all the code and information is in your possession.

In order to run you must support the node.js environment. You can download from here: https://nodejs.org/

Because the code contains Angular components, it is embedded in them by installing the CLI

You can install here: https://github.com/angular/angular-cli

Running the following commands will allow downloading all the libraries included in the application's JSON wrapper

npm insatall And lectured:

ng serve -o

Successfully!