Skip to content

Toxe/react-file-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React file download example

An example React app that downloads a file from a server and initiates a browser download using file-saver.

Dependencies

  • axios
  • file-saver
  • styled-components

Running the application

npm start

Building and running a production version

npm run build
serve -s build

Releases

No releases published

Packages

No packages published