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
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
This repository contains code from the Team Chat Reference App hosted on [PubNub Chat Docs Page](https://www.pubnub.com/docs/chat/quickstart#quickstart).
5
+
This repository contains the code for the Team Chat Reference Application hosted on [PubNub Chat Docs Page](https://www.pubnub.com/docs/chat/quickstart#quickstart).
6
+
7
+
The application demonstrates how to build a chat application using:
8
+
- PubNub
9
+
- TypeScript
10
+
- React
11
+
- Redux
12
+
13
+

6
14
7
15
## Requirements
8
16
9
17
*[Node.js](https://nodejs.org/en/)
10
-
*[Gulp](https://gulpjs.com) - required to install project dependencies.
11
-
12
-
## Prerequisites
18
+
* PubNub Account (Free)
13
19
14
20
### PubNub Account
15
21
16
-
If you don't already have an account, you can create one for free[here](https://dashboard.pubnub.com/).
22
+
If you don't already have an account, you can [create one for free](https://dashboard.pubnub.com/).
17
23
18
24
1. Sign in to your PubNub [Admin Dashboard](https://dashboard.pubnub.com/), click Create New App for PubNub Chat and give your app a name.
19
25
20
26
1. Select your new app, then click its keyset.
21
27
22
-
1.Copy the Publish and Subscribe keys. You'll need these keys to include in this project.
28
+
1.Locate the Publish and Subscribe keys. You'll need these keys to include in this project.
23
29
24
30
## Building the project
25
31
@@ -46,6 +52,6 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
46
52
47
53
## Further Information
48
54
49
-
Visit the [PubNub Chat Docs](https://www.pubnub.com/docs/chat) page for more information on how to use the React and Redux SDKs to easily add in-app chat to your applications.
55
+
Visit the [PubNub Chat Docs](https://www.pubnub.com/docs/chat) page for more information on how to use the React and Redux SDKs to add in-app chat to your applications.
50
56
51
-
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
57
+
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). Special thanks to Elvis Wolcott and Mark Erikson.
0 commit comments