Skip to content
/ web Public
forked from watch-devtube/web

The place where developer videos live.

Notifications You must be signed in to change notification settings

vue-mk/web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 56.5%
  • JavaScript 20.4%
  • TypeScript 18.2%
  • HTML 4.9%