You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,7 @@ npm install
43
43
44
44
- Update constants in _src/config/index.ts_ file :
45
45
46
-
`SERVER_URL`
47
-
`SOCKET_URL`
46
+
`SERVER_URL`, `SOCKET_URL`
48
47
49
48
(which are going to be same in most cases)
50
49
@@ -54,6 +53,8 @@ npm install
54
53
npm run start
55
54
```
56
55
56
+
> **Note:** You need to run [Code Playground Backend](https://github.com/ProdexOne/code-playground-backend) server in the background.
57
+
57
58
## Optimizations
58
59
59
60
Code is refactored and project structure is optimized for scalability. Along with react components and pages, context hook for global state and _debounce_ function have also been used.
@@ -70,10 +71,6 @@ If you have any feedback, please reach out to us at [@AnujS_IN](https://twitter.
70
71
71
72
-[@ProdexOne](https://www.github.com/ProdexOne)
72
73
73
-
## Related
74
-
75
-
Here is the [Code Playground Backend](https://github.com/ProdexOne/code-playground-backend) server.
0 commit comments