๐Ÿ“ฆ justinlew / waveby-react

๐Ÿ“„ README.md ยท 27 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27## Waveby frontend

You can now play around with [Waveby](https://waveby.herokuapp.com).
Updates and new features will be delivered in due time :)

This social media application allows users to post blogs onto their timelines which can be seen by accepted friends. Users are allowed to create conversation in order to instantly message friends.
This project was written using the React and Redux libraries to create a boilerplate project for any social media application I intend to create in the near future.

### Waveby REST APIs

In order to enjoy this application you must clone the backend application [Waveby-backend](https://github.com/justinlew/waveby-backend-public) and run it.

## How to run

### `npm install`

Installs all necessary dependencies needed to run the application.

### `npm start`

Runs the app in the development mode.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.<br>
You will also see any lint errors in the console.