dakuo / TrustNetClient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrustNetClient

TrustNetClient is a client written in Vue that connects to TrustnetBackend.

Setup Instructions

Install Git and clone this repository

  • git clone https://github.com/farnazj/TrustNetClient

Install Node Module Dependencies

cd to the root directory of the project where package.json is. Run:

  • npm install

Specify the Backend

Specify the URL of the backend that this client connects to in './src/services/constants.js'

Specify the App ID for Facebook comments

This client uses Facebook comments and enables users to comment on each article using their Facebook account. create an app in Facebook Developers and provide the FB_APP_ID in './src/services/constants.js'

Compile with hot-reloads for development

In the root directory of the project run:

  • npm run serve

Compile and minify for production

  • npm run build

About


Languages

Language:Vue 76.9%Language:JavaScript 21.8%Language:CSS 0.9%Language:HTML 0.4%