This project is an application skeleton for a typical [Angular] web app. You can use it to quickly bootstrap your angular webapp projects and dev environment for these projects.
The contains a sample Angular with google map integration application and is preconfigured to install the Angula framework and a bunch of development and testing tools for instant web development gratification.
The app doesn't do much, just shows how to use angular and google map.
To get you started you can simply repository and install the dependencies:
You need git to clone the repository. You can get git from [https://github.com/nishantbhat/LeafAngularDemo].
We also use a number of Node.js tools to initialize and test . You must have Node.js ,Angular CLI and its package manager (npm) installed.
Clone the LeafAngularDemo
repository using git:
git clone https://github.com/nishantbhat/LeafAngularDemo
cd LeafAngularDemo
We have preconfigured npm
to automatically so type
npm install
It will copying the Angular dependency to node_modules
makes it easier to serve the
files by a web server.*
We have preconfigured the project with a simple development web server. The simplest way to start this server is:
npm start
Now browse to the app at [localhost:4200/
].