File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
</table >
43
43
44
44
### How to Run Locally
45
- Run the below commang to clone repo locally/
45
+ Run the below command to clone the repo locally
46
46
```
47
47
git clone https://github.com/kothariji/SyntaxMeets.git
48
48
```
49
49
50
- ### To run server, go to the server folder in backend directory and Run
50
+ ### To run the server, go to the server folder in the backend directory and Run
51
51
```
52
52
npm install
53
53
npm start
54
54
```
55
55
#### this will run your express server in localhost:4000
56
56
57
57
---
58
- ### To run application, go to the syntaxmeets folder in frontend directory and Run
58
+ ### To run the application, go to the SyntaxMeets folder in the frontend directory and Run
59
59
```
60
60
npm install //install all react dependencies
61
61
npm start //runserver
62
62
```
63
63
#### this will run your application in localhost:3000
64
64
65
65
66
- ### If you liked our work do give us a star :star ::star ::star : . It Encourages us to do more :wink : :dizzy :
66
+ ### If you liked our work do give us a star :star ::star ::star : It Encourages us to do more :wink : :dizzy :
You can’t perform that action at this time.
0 commit comments