Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/designer-rxk/react-tiktok
https://github.com/designer-rxk/react-tiktok
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/designer-rxk/react-tiktok
- Owner: designer-rxk
- Created: 2022-08-08T10:18:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T07:37:20.000Z (over 2 years ago)
- Last Synced: 2023-08-11T05:05:06.193Z (over 1 year ago)
- Language: TypeScript
- Size: 381 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiktok clone made in React with TypeScript.
Technology used:
* React.js
* Next.js
* Sanity
## Start backend and frontend
* Install dependencies
### Start the backend:
* cd into 'tiktok-clone-backend' and run 'sanity start' to modify the backend
* 'sanity manage' To edit the contents on the backend
### Start the frontend:
* cd into main directory and run 'npm run dev'