Update README.md
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# Some ground rules
|
### Some ground rules
|
||||||
1. Add both node_modules from Slient and Server to your `gitignore` file
|
1. Add both node_modules from Slient and Server to your `gitignore` file
|
||||||
2. For any functionality make a brach with the prefix of your name `Name-<some branch name>` use this namign convention
|
2. For any functionality make a brach with the prefix of your name `Name-<some branch name>` use this namign convention
|
||||||
|
|
||||||
## `frontend`
|
### `frontend`
|
||||||
- Use React Js
|
- Use React Js
|
||||||
- Use vite as the node manger
|
- Use vite as the node manger
|
||||||
```bash
|
```bash
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
```
|
```
|
||||||
3. To start the server, cd into the dir and then type command `npm run dev`
|
3. To start the server, cd into the dir and then type command `npm run dev`
|
||||||
|
|
||||||
## `backend`
|
### `backend`
|
||||||
1. Install the needed lib with the command bellow
|
1. Install the needed lib with the command bellow
|
||||||
``` bash
|
``` bash
|
||||||
npm install
|
npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user