- Clone the repository
- Enter MapD server details in
./src/index.js
connector.protocol(protocol)
.host(hostname)
.port(port)
.dbName(dbname)
.user(username)
.password(pwd)
- Install yarn:
brew install yarn
- Load dependencies:
yarn install
- Start Applciation:
yarn run start
The application is running @ http://localhost:8080/