These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
- Install Node.js
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
- Install npm
npm install npm@latest -g
- Install webpack
npm install --global webpack
- Install jquery
npm install jquery
- Install OpenLayers
npm install openlayers
A step by step series of examples that tell you have to get a development env running
Install through the npm
npm install
- Atom Text editor.
- OpenLayers A feature-packed mapping library.
- Bootstrap An open source toolkit for developing with HTML, CSS, and JS.
- jquery JavaScript library.
Taras Dubrava (https://github.com/SVRV)
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thank you