[go: nahoru, domu]

Skip to content

ashking/web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev.Tube

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

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

How to run the app locally?

# 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

# run server app on
yarn run dev

Voila! The app is available via port 8100.

How to deploy the app to production?

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

# build client app
yarn && yarn build

# build server app
cd express && yarn && yarn compile

# deploy server app as Google cloud function
serverles deploy

About

The place where developer videos live.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 70.4%
  • TypeScript 13.1%
  • JavaScript 10.5%
  • HTML 6.0%