Skip to content

shisobu/express-shisoconf11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-shisoconf11 is website for Shiso Conference 2011 with Node

Prerequisite

  • Node
  • npm
  • heroku -- If you needs to deploy to Heroku by yoursefl
  • gem -- If you wants to test with Procfile

Try

$ git clone git@github.com:Shisobu/express-shisoconf11.git
$ npm install

Development

Feel free to push.

Test

Local

just Node
$ node app.js
With Procfile
$ gem install foreman
$ foreman start

After that, access ://localhost:5000 to check your app.

Staging

$ heroku create
$ git push heroku master
$ heroku open

Production

How to deploy -> Ask to @marutanm

About

shisoconf of the node, by the node, for the node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published