Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 338 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 338 Bytes

YAS-frontend

YAS is a platform web service you can share youtube video with your friends.

prerequsites

  • nodeJS ( >= 12.x)
  • npm

setup

npm install

# set environment variable
cp .env.example .env
vi .env

test

TODO...

execute

npm start

build

npm run build

deployment

TODO...