Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arunrr/robofriends
https://github.com/arunrr/robofriends
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arunrr/robofriends
- Owner: arunrr
- Created: 2018-08-12T09:16:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:55:23.000Z (about 2 years ago)
- Last Synced: 2023-03-08T17:29:52.296Z (almost 2 years ago)
- Language: JavaScript
- Size: 4.02 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RoboFriends a simple React App
DEMO : https://arunrr.github.io/RoboFriends
## Getting Started
### Clone the project
```
git clone https://github.com/arunrr/RoboFriends.git
```### cd into cloned folder
```
cd RoboFriends
```### Install the required dependencies for the project
```
npm install
```### Run the project
```
npm start
```