davieoba / how-to-download-node-react

this code shows how I can download in a react project from an express server on node runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client.

cd ./client && npm install
npm run dev

The client server will start and you will see the download button in the local server. From there you can download the file from your server.

Server

cd ./server && npm install
npm run start

In the node server you can iterate yourself and choose the file you want your client to download.

About

this code shows how I can download in a react project from an express server on node runtime


Languages

Language:JavaScript 79.0%Language:HTML 11.1%Language:CSS 9.9%