Skip to content

Commit 0d63a9c

Browse files
authored
Create README.md
1 parent c3ba00a commit 0d63a9c

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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.

0 commit comments

Comments
 (0)