vue-mk / web

The place where developer videos live.

Home Page:https://dev.tube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Dev.Tube

Hi! I am Dev.Tube – the place where developer videos live.

How to run the app locally?

This web app comprises of Vue client app and a slim node server app, through which the client app is served.

# make sure yarn is installed
npm install --global yarn

# install client app dependencies
yarn

# run client app
yarn run dev

# go to server app
cd express

# install server app dependencies 
yarn

# download test data
mkdir data
curl -f --output data/loki.json https://storage.googleapis.com/dev-tube-index/loki-test.json
curl -f --output data/lunr.json https://storage.googleapis.com/dev-tube-index/lunr-test.json
curl -f --output data/board.json https://storage.googleapis.com/dev-tube-index/board.json

# run server app on
yarn run dev

Voila! The app is available via port 8100.

How to contribute content?

The info is here.

About

The place where developer videos live.

https://dev.tube


Languages

Language:Vue 56.5%Language:JavaScript 20.4%Language:TypeScript 18.2%Language:HTML 4.9%