Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eaabak/ionTok

Clone of the TikTok application
https://github.com/eaabak/ionTok

angular ionic ionic-cordova ionic-framework ionic5 ionic6

Last synced: 3 days ago
JSON representation

Clone of the TikTok application

Awesome Lists containing this project

README

        


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
~~~