gmrchk / webftp

React + Electron FTP client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebFTP

React + Electron FTP client

ezgif com-video-to-gif 5

This is a "for fun" proof of concept project and serves as a nice example of using node APIs (reading files, ftp connection, etc.) and combining it with a easily stylable web interface, file/FTP structure cache, animations and more... The project is far from being production ready, and I have no intention to ever make it production ready.

npm run dev for development mode (start Electron dev mode + React dev mode).
npm run pack for React production build & packaging Electron App into a dist folder (still needs some tweaking around to work correctly).

File structure is based on CRA. Electron starter can be found at public/electron-starter.js.

Note: Previous repository history was removed due to the use of sensitive information in the repository.

License:

MIT

About

React + Electron FTP client

License:MIT License


Languages

Language:JavaScript 54.2%Language:CSS 44.4%Language:HTML 1.5%