This repository was archived by the owner on Dec 13, 2023. It is now read-only.
File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- # 👽 fullstack-typescript
1
+ # 🈵 fullstack-typescript
2
2
3
- ## Environment variables
4
-
5
- - Client TCP: ` CLIENT_TCP `
6
- - Server TCP: ` SERVER_TCP `
7
- - Environment: ` ENV `
8
-
9
- By default, the client runs on port ` 4000 ` and the server on port ` 8080 ` .
10
-
11
- ## General features
3
+ ## 📦 General features
12
4
13
5
- Hot module and live reload
14
6
- File upload ready
15
7
16
- ## Client-side features
8
+ ## 💻 Client-side features
17
9
18
10
- UI framework:
19
11
@@ -30,7 +22,7 @@ By default, the client runs on port `4000` and the server on port `8080`.
30
22
- Testing framework:
31
23
- ** Enzyme**
32
24
33
- ## Server-side features
25
+ ## 🖥 Server-side features
34
26
35
27
- HTTP server:
36
28
@@ -52,10 +44,18 @@ By default, the client runs on port `4000` and the server on port `8080`.
52
44
53
45
- ** GraphQL**
54
46
55
- ## Directions
47
+ ## 🌱 Directions
56
48
57
49
1 . Clone this repo: ` git clone https://github.com/marcelovicentegc/fullstack-typescript.git `
58
50
2 . Change directory: ` cd fullstack-typescript `
59
51
3 . Install dependencies: ` yarn install ` or ` npm install `
60
52
4 . Create a Postgres database and set your credentials on a ` ormconfig.json ` file, similar to ` ormconfig.example.json `
61
53
5 . Run the application: ` yarn start ` or ` npm run start `
54
+
55
+ ### Environment variables
56
+
57
+ - Client TCP: ` CLIENT_TCP `
58
+ - Server TCP: ` SERVER_TCP `
59
+ - Environment: ` ENV `
60
+
61
+ By default, the client runs on port ` 4000 ` and the server on port ` 8080 ` .
You can’t perform that action at this time.
0 commit comments