https://github.com/maxigimenez/heroku-statics-runner
Running statics on Heroku
https://github.com/maxigimenez/heroku-statics-runner
Last synced: about 1 year ago
JSON representation
Running statics on Heroku
- Host: GitHub
- URL: https://github.com/maxigimenez/heroku-statics-runner
- Owner: maxigimenez
- License: mit
- Created: 2015-03-23T09:53:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T10:08:56.000Z (over 11 years ago)
- Last Synced: 2025-03-25T23:11:49.854Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# heroku-statics-runner
Serve statics files on Heroku using node:
## Clone the repository
```bash
git clone git@github.com:maxigimenez/heroku-statics-runner.git;
```
or via NPM
```bash
npm install heroku-statics-runner;
```
## Add your statics
Move all your statics to the `dist` folder
## Install dependencies
```bash
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](LICENSE.md)