optica

Optica

It’s a simple app that shows multiple scales of the same place at once. Pan and zoom around and benefit from three concurrent perspectives. That’s it.

View it live

demo

Installing

To begin, clone this repository to your computer:

https://github.com/vannizhang/optica.git

From the project’s root directory, install the required packages (dependencies):

npm install

Running the app

Now you can start the webpack dev server to test the app on your local machine:

# it will start a server instance and begin listening for connections from localhost on port 8080
npm run start

Deployment

To build/deploye the app, you can simply run:

# it will place all files needed for deployment into the /build directory 
npm run build

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.