Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit ca26eda

Browse files
author
Marcelo
committed
fix: README
1 parent 25f8822 commit ca26eda

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
1-
# 👽 fullstack-typescript
1+
# 🈵 fullstack-typescript
22

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
124

135
- Hot module and live reload
146
- File upload ready
157

16-
## Client-side features
8+
## 💻 Client-side features
179

1810
- UI framework:
1911

@@ -30,7 +22,7 @@ By default, the client runs on port `4000` and the server on port `8080`.
3022
- Testing framework:
3123
- **Enzyme**
3224

33-
## Server-side features
25+
## 🖥 Server-side features
3426

3527
- HTTP server:
3628

@@ -52,10 +44,18 @@ By default, the client runs on port `4000` and the server on port `8080`.
5244

5345
- **GraphQL**
5446

55-
## Directions
47+
## 🌱 Directions
5648

5749
1. Clone this repo: `git clone https://github.com/marcelovicentegc/fullstack-typescript.git`
5850
2. Change directory: `cd fullstack-typescript`
5951
3. Install dependencies: `yarn install` or `npm install`
6052
4. Create a Postgres database and set your credentials on a `ormconfig.json` file, similar to `ormconfig.example.json`
6153
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`.

0 commit comments

Comments
 (0)