File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ # SSR-STREAM-SETUP
2+
3+ ### Features/
4+
5+ - Docker ` (docker-engine >=v19.x) `
6+ - Express ` >= v4.x `
7+ - React ` >= v16.x `
8+ - Redux ` >= v4.x `
9+ - Loadable-components ` >= v5.x `
10+ - Webpack ` >= v4.x `
11+ - Babel ` >= v7.x `
12+ - SASS
13+
14+ ### Prerequisite
15+ Before proceeding futher install following prerequisite dependencies to start:
16+
17+ - ` Node.js version >= v10.x `
18+ #
19+
20+ ### Installation:
21+
22+ Steps to follow
23+
24+ 1 . Clone ssr-stream-setup
25+ 2 . Change the current directory to ` ssr-stream-setup `
26+ ```
27+ cd ssr-stream-setup
28+ ```
29+ 3 . Run the install ` npm install `
30+
31+ 4 . To start the server run:
32+ ```
33+ npm run dev
34+ ```
35+ or for Production
36+ ```
37+ npm run build && npm run serve
38+ ```
39+ > open < http://localhost:3000 > in browser.
You can’t perform that action at this time.
0 commit comments