Demo of how to download an excel file from the browser in Express
Clone the git repo and 'cd' into the directory:
git clone [email protected]:Dayun123/stack-overflow--download-excel.git
cd stack-overflow--download-excel
Install the npm dependencies:
npm install
Run the server:
DEBUG=excel-server:* npm start
Visit the URL and test the app:
http://localhost:3000