Skip to content

adibzter/sementara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Logo

Sementara

Web app for sharing files powered by NodeJS & ReactJS

Features

☑️ File & folder sharing

☑️ Files & folder automatically zipped before upload

☑️ Share url using QR Code

☑️ Only one device required camera

Live Demo

https://sementara.skrin.xyz/send

Run Locally

Clone This Repo

$ git clone https://github.com/ADIBzTER/sementara.git

Development Mode

$ npm install
$ npm run install-client
$ npm run dev

Production Mode

$ npm install
$ npm run install-client
$ npm run build-client
$ npm start

License

This project is licensed under the MIT License