Displaying distinct markers on the map to indicate both the source and destination selected by the user The purpose of this app is to apply the typescript concepts.
- Node and npm: Install (here).
- Any code editor.
- index.html: Entry point of the application. All the components are redered here.
- src: Contains all components of the application.
- Clone the project or download az .zip.
- cd maps_typescript
- Install all the dependencies.
npm install
- Run with parcel
npx parcel index.html
- Open browser and navigate to localhost:1234