Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Safanar/RuRubike

 
 

Repository files navigation

NTHU Rubike

A barebones Node.js app using Express 4.

This application supports the Getting Started with Node on Heroku article - check it out.

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

$ git clone https://github.com/hsnl-dev/RuRubike.git # or clone your own fork
$ cd RuRubike
$ npm install
$ heroku local web

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information about our website using heroku, see the following article :

About

A 17 graduated project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • CSS 26.5%
  • HTML 0.8%