an application for a couple 💏 that wants to watch videos on youtube together.
- Node.js v 8.9.2 ++
- NPM or Yarn
clone this project.
$ git clone https://github.com/imgrbs/watch-together
install modules
$ npm install
or using yarn
$ yarn install
copy .env file
$ cp .env.example .env
note - you can edit port for deploy in .env file
build project
$ npm run build
or using yarn
$ yarn build
the last, run server and enjoy!
$ node server.js
MIT