Before you begin, make sure your development environment includes Node.js®
and an npm
package manager.
Angular requires Node.js
version 8.x or 10.x.
- To check your version, run
node -v
in a terminal/console window. - To get
Node.js
, go to nodejs.org.
Install the Angular CLI globally using a terminal/console window.
npm install -g @angular/cli
# clone the repo
$ git clone https://github.com/GeoTecINIT/EO4GEO-UB.git my-project
# go into app's directory
$ cd my-project
# install app's dependencies
$ npm install
# serve with hot reload at localhost:4200.
$ ng serve
# build for production with minification
$ ng build