Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecompanydream/social-network
https://github.com/thecompanydream/social-network
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecompanydream/social-network
- Owner: theCompanyDream
- License: gpl-3.0
- Created: 2021-06-23T17:16:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T18:09:41.000Z (11 months ago)
- Last Synced: 2024-11-09T15:06:26.508Z (2 months ago)
- Language: JavaScript
- Homepage: https://social-network-amber.vercel.app
- Size: 646 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Social Network
An example of how to design a social network.
## Dependencies
- Node14.4.0
- React### Run Server
`yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.### Testing
`yarn test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### Deployment
`yarn build`
It builds and as a static website on [Vercel](https://vercel.com/)
[Project](https://social-network-test.vercel.app/)