Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itswadesh/facebook-redesign
This is a redesign of facebook.com. Design is based on tailwindcss
https://github.com/itswadesh/facebook-redesign
facebook-clone facebook-redesign tailwindcss web-design
Last synced: 3 months ago
JSON representation
This is a redesign of facebook.com. Design is based on tailwindcss
- Host: GitHub
- URL: https://github.com/itswadesh/facebook-redesign
- Owner: itswadesh
- License: mit
- Created: 2020-07-16T01:58:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T09:19:46.000Z (over 3 years ago)
- Last Synced: 2024-05-02T02:28:42.911Z (8 months ago)
- Topics: facebook-clone, facebook-redesign, tailwindcss, web-design
- Language: Vue
- Homepage: https://facebook-redesign.netlify.app/
- Size: 3.01 MB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Facebook Re-design
## Installation
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```