https://github.com/evertcode/google-clone-ui
Google Clone UI with React JS and Tailwind CSS
https://github.com/evertcode/google-clone-ui
reactjs tailwindcss vercel-deployment vitejs
Last synced: 7 months ago
JSON representation
Google Clone UI with React JS and Tailwind CSS
- Host: GitHub
- URL: https://github.com/evertcode/google-clone-ui
- Owner: evertcode
- Created: 2021-10-12T01:09:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T02:57:48.000Z (over 4 years ago)
- Last Synced: 2025-01-13T05:29:32.090Z (about 1 year ago)
- Topics: reactjs, tailwindcss, vercel-deployment, vitejs
- Language: JavaScript
- Homepage: https://google-clone-ui.evertcode.com/
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Google Clone UI
Google Clone UI build with React JS and Tailwind CSS

## Getting Started
Install the dependencies:
```sh
$ npm install
// or
$ yarn
```
Run in dev mode:
```sh
$ npm run dev
// or
$ yarn dev
```
### Built With
- JavaScript
- [React](https://reactjs.org)
- [Vite](https://vitejs.dev)
- [TailwindCSS](https://tailwindcss.com/)