space
A real time chat app for developers built using React, Redux, Electron and Firebase
File Explorer
Download Latest Version (.zip)- bg.jpg
- favicon-small.icns
- favicon-small.ico
- favicon-small.png
- favicon.png
- favicon2.png
- favicon3.icns
- favicon3.ico
- favicon3.png
- loader.gif
- notif.mp3
- index.html
- config-object.jpg
- space-readme.jpg
- server.js
- auth.js
- rooms.js
- Header.js
- JoinRoomPage.js
- LoadingPage.js
- LoginPage.js
- Messages.js
- NotFoundPage.js
- PeopleModal.js
- RoomPage.js
- ShowRooms.js
- firebase.js
- auth.js
- rooms.js
- AppRouter.js
- PrivateRoute.js
- PublicRoute.js
- messages.js
- configureStore.js
- _base.scss
- _settings.scss
- _box-layout.scss
- _button.scss
- _container.scss
- _content-container.scss
- _form.scss
- _header.scss
- _input-group.scss
- _inputs.scss
- _list.scss
- _loader.scss
- _messages.scss
- _modal.scss
- _page-header.scss
- _room.scss
- _visibility.scss
- styles.scss
- app.js
- .babelrc
- .gitignore
- index.js
- LICENSE.md
- notes.md
- package-lock.json
- package.json
- README.md
- webpack.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/sar-gupta/space
Downloads the entire project code from GitHub to your computer.
cd space
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn run build:dev
Type this command into your terminal and run it.
yarn run build:prod
Type this command into your terminal and run it.
yarn
Downloads and installs the libraries listed in package.json.
yarn run electron
Type this command into your terminal and run it.
yarn run package-linux
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
