heroku-statics-runner
v1.0.0
Published
Running statics files on Heroku using node
Downloads
5
Readme
heroku-statics-runner
Serve statics files on Heroku using node:
Clone the repository
git clone [email protected]:maxigimenez/heroku-statics-runner.git;
or via NPM
npm install heroku-statics-runner;
Add your statics
Move all your statics to the dist
folder
Install dependencies
npm install;
Woala!
Your statics should be working on http://localhost:5000
, if you create an application in Heroku using this repository your statics will be running without problem.