Share your files over the Network / Comparte tus archivos en la red
Primero, clona el repositorio:
git clone https://github.com/JvilleDev/File-Explorer-And-Viewer.git
En el repositorio clonado, crea la carpeta “files”, que es donde guardarás tus archivos/carpetas
Instala las dependencias con
npm i
Una vez guardados los archivos/carpetas que desees dentro de “files”, inicia el servidor con:
npm start
Servidor iniciado en: http://localhost:3000
NOTA: Este proyecto está orientado principalmente al contenido multimedia, pero también es capaz de mostrar: PDF’s, TXT, JSON, MD, etc.
First, clone the repository:
git clone https://github.com/JvilleDev/File-Explorer-And-Viewer.git
In the cloned repository, create the “files” folder, where you’ll have to save your files/folders.
Install the dependences with:
npm i
Once you’ve save the files/folders that you want inside of “files”, start the server with:
npm start
Server started on: http://localhost:3000