This repo can represent a seed for any mapping application utlizing Angular and Mapbox.
- Make sure you have these installed
-
Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)
git clone https://github.com/ehabx2007/angular-mapbox.git -
CD to the folder
cd angular-mapbox -
Run the following to install the project dependencies:
npm install -
Run the npm start command to build the code, watch for file changes, and serve up the site locally:
npm start