Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 504 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 504 Bytes

Leaflet Sample Application with Angular.js 17

This project was generated with Angular CLI version 17.3.2.

Backend Api Server

Nodejs - Express

$ cd backend
$ npm install
$ npm run dev

Api dev server will start at: http://localhost:3000/

Angular Frontend

If you don't have angular CLI, install with npm install -g @angular/cli

$ npm install
$ ng serve --open

Angular dev server will start at: http://localhost:4200/