Skip to content

nomadlabs/posterdirect-ol3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nomadlabs-frontend

We use bower and npm for package management.

Install npm/bower-toolchain

This has to be executed only once. The following instructions are for Linux and MacOS users:

  1. install nvm (manage multiple versions of NodeJS/npm for package management)
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash
  1. open a new shell and execute:
nvm install iojs
nvm use iojs
nvm alias default iojs
npm install -g bower

Development

  1. Clean up and install dependencies
npm prune && npm install
bower prune && bower install
  1. Start HTTP server
npm start
  1. Open http://localhost:8080/index.html

About

posterdirect demo with openlayers3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •