https://github.com/tobisamcode/twitter-clone
Twitter Homepage cloned using Vue and Tailwindcss
https://github.com/tobisamcode/twitter-clone
tailwindcss vue
Last synced: 8 months ago
JSON representation
Twitter Homepage cloned using Vue and Tailwindcss
- Host: GitHub
- URL: https://github.com/tobisamcode/twitter-clone
- Owner: tobisamcode
- Created: 2021-11-19T23:26:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T22:38:54.000Z (over 4 years ago)
- Last Synced: 2025-06-14T06:34:27.931Z (10 months ago)
- Topics: tailwindcss, vue
- Language: Vue
- Homepage: twitter-clone-tobisamcode.vercel.app
- Size: 9.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter clone
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).