A simple Express server for transfer files.
Everything that you put on /public
folder will be available on http://your_server_ip:3000
.
Clone this repository:
git clone https://github.com/diegosanz/express_simple_server
Alternatively you can download and extract this zip directly.
Download the dependencies:
cd express_simple_server
npm install
Start the server (you will need node.js installed on your computer):
npm run server
You should see something like:
Server listening at http://localhost:3000
That's all!