Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.3 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.3 KB

social-graph

Codacy Badge Code Climate Issue Count

👬 visualize your vk friends like social graph

demo

install

git clone https://github.com/Drapegnik/social-graph.git
git checkout release
  • add local.host to your hosts file point to 127.0.0.1

run

npm i
npm start

open local.host:3000

development

  • my vk-app settings

  • scripts:

    • npm start: server start
    • npm run build: styles compiling
    • npm run hint: code style check
    • npm run lint: code style check