Skip to content

JscramblerBlog/SimpleFileTransfer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleFileTransfer

This is a sample project. To setup the server

  • Navigate to file-server folder.
  • run command npm install.
  • Setup database using npm run setup-database script.

The server will run at http://localhost:3000 .

Navigate to App folder .

In /src/service/config.ts replace API_URL with your URL of your computer. Usually http://IP:3000.

Run the project using

    tns run android

    tns run ios

For Android P devices , you will have to enable clear text traffic.

Navigate to /platforms/android/app/src/main/AndroidManifest.xml and add

    android:usesCleartextTraffic="true"

to the application tag.

Report issues here .

About

Sample project based on NativeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.4%
  • TypeScript 39.1%
  • HTML 16.5%
  • CSS 4.0%