Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.
/ static-nodeku Public archive

A light static file server for heroku based on Node.js

License

Notifications You must be signed in to change notification settings

Bobnix/static-nodeku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static-nodeku (DEPRECATED)

A light static file server for heroku based on Node.js

Quick Start Guide

This is all you need to get your site out there.

  1. Sign up for a heroku account
  2. Download the heroku toolbelt
  3. Run heroku login and enter your credentials
  4. Clone static-nodeku
  5. Load your html, css and js into the site folder
  • Make sure this matches the url structure you expect i.e. url/path/to/file.css
  1. Cd to the new directory and run heroku create
  2. Run git add .
  3. Run git commit -a -m "MESSAGE"
  4. Run git push heroku master
  5. Run heroku ps:scale web=1

About

A light static file server for heroku based on Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published