- Docker
(docker-engine >=v19.x)
- Express
>= v4.x
- React
>= v16.x
- Redux
>= v4.x
- Loadable-components
>= v5.x
- Webpack
>= v4.x
- Babel
>= v7.x
- SASS
- Circle-CI
- Jest
- Enzyme
- PWA
Before proceeding futher install following prerequisite dependencies to start:
Node.js version >= v10.x
Steps to follow
- Clone ssr-stream-setup
- Change the current directory to
ssr-stream-setup
cd ssr-stream-setup
-
Run the install
npm install
-
To start the server run:
npm run dev
or for Production
npm run build && npm run start
open http://localhost:3000 in browser.
npm run docker -- -c build
OR use the script in ./tools/build.sh
npm run docker -- -c deploy
Or use the script in ./tools/deploy.sh