An open API service indexing awesome lists of open source software.

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

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)