Skip to content

teemezzy/tik-tok-clone

Repository files navigation

Getting Started

First, install all dependencies by running.

yarn install

Second, run the development server:

yarn dev

Third, run the backend server:

cd tik-tok-backend

Then run the following in the command line or terminal

sanity start

To run development, click on http://localhost:3000 to redirect to your browser to see the result. Recommended browser is Google Chrome.

To run backend development, click on http://localhost:3333 to redirect to your browser to see the result. Recommended browser is Google Chrome. Login to your project on Sanity.io to get started.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors