Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eaabak/ionTok
- Owner: eaabak
- Created: 2021-09-22T18:33:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T19:24:59.000Z (about 3 years ago)
- Last Synced: 2024-08-02T20:46:09.213Z (3 months ago)
- Topics: angular, ionic, ionic-cordova, ionic-framework, ionic5, ionic6
- Language: TypeScript
- Homepage:
- Size: 4.14 MB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TikTok Clone> Note: TikTok clone was made with the latest version of ionic framework and Angular.
## Preview
## 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
~~~