1.0.0 • Published 9 years ago

heroku-statics-runner v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

heroku-statics-runner

Serve statics files on Heroku using node:

Clone the repository

git clone git@github.com: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.

License

MIT