Skip to content

DenisNP/DonorSearchFrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VK Donors

DonorSearch.org web app demo for VKHackathon 2018.

Backend repository is: https://github.com/wooferclaw/DonorSearch-BackEnd

Project setup

npm install

Please, create src/tokens.js file with these exports:

export let MAPBOX_TOKEN = YOUR_MAPBOX_TOKEN;
export let VK_ACCESS_TOKEN = YOUR_VK_ACCESS_TOKEN; //this is only for development
export let VK_APP_ID = YOUR_VK_APP_ID;

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published