Skip to content

dev-ashishk/ssr-stream-setup

Repository files navigation

CircleCI

SSR-STREAM-SETUP

Features/

Prerequisite

Before proceeding futher install following prerequisite dependencies to start:

  • Node.js version >= v10.x

Installation:

Steps to follow

  1. Clone ssr-stream-setup
  2. Change the current directory to ssr-stream-setup
cd ssr-stream-setup
  1. Run the install npm install

  2. To start the server run:

npm run dev 

or for Production

npm run build && npm run start

open http://localhost:3000 in browser.

Create Docker image

npm run docker -- -c build 

OR use the script in ./tools/build.sh

Deploy Docker containers

npm run docker -- -c deploy

Or use the script in ./tools/deploy.sh