Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pheroom/write-me-react
Online chat, build with Firebase API
https://github.com/pheroom/write-me-react
firebase react redux
Last synced: about 1 month ago
JSON representation
Online chat, build with Firebase API
- Host: GitHub
- URL: https://github.com/pheroom/write-me-react
- Owner: pheroom
- Created: 2022-07-29T17:55:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T14:07:43.000Z (9 months ago)
- Last Synced: 2024-05-03T01:20:17.954Z (9 months ago)
- Topics: firebase, react, redux
- Language: TypeScript
- Homepage: https://pheroom.github.io/write-me-react/
- Size: 3.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WriteMe
## *Онлайн мессенджер*
#### Ссылка на проект https://pheroom.github.io/write-me-react
## Используемые технологии:
[Typescript](https://www.typescriptlang.org/),
[React](https://reactjs.org/),
[Redux Toolkit](https://redux-toolkit.js.org/),
[Firebase](https://firebase.google.com/)## Запустить локально
Клонируйте проект
```bash
git clone https://github.com/pheroom/write-me-react.git
```Перейдите в корневую папку
```bash
cd write-me-react
```Загрузите зависимости
```bash
npm install .
```Создайте файл конфигурации Firebase `src/firebaseConfig.ts`:
```js
export const firebaseConfig = {
...
}
export const storagePath = `https://firebasestorage.googleapis.com/v0/b/${firebaseConfig.storageBucket}/o/`
```Запустите локальный сервер
```bash
npm start
```
``Server available at http://localhost:3000``