Skip to content

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

Notifications You must be signed in to change notification settings

masterchief-Dave/how-to-download-node-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published