Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.82 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.82 KB

ionTok
TikTok Clone

Note: TikTok clone was made with the latest version of ionic framework and Angular.

Preview

home home dicsover activity profile setting

Running the application locally

To run the application, you must first follow the steps below

  • Download nodeJS.

  • Download ionic cli.

npm install -g @ionic/cli
  • Download the project from this repository.

  • Go to the download location of the project.

  • Open the project in terminal and run command.

npm install 
  • Run this command to run locally
ionic serve