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: over 1 year 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T09:19:46.000Z (about 5 years ago)
- Last Synced: 2025-03-24T20:12:45.086Z (over 1 year ago)
- Topics: facebook-clone, facebook-redesign, tailwindcss, web-design
- Language: Vue
- Homepage: https://facebook-redesign.netlify.app/
- Size: 3.01 MB
- Stars: 10
- Watchers: 3
- 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
```