Skip to content

mrsmartpants/boilerplates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Apps

Application Boilerplates

This repo contains a collection of "boilerplate applications". These are minimal and ready-to-run node.js applications designed to get you from zero to deployed in minutes.

Is Your Boilerplate Missing?

Would you like to see your framework featured in a boilerplate? We happily accept community contributions! Just fork this project, add your boilerplate in its own folder, and send us a pull request!

Installation

Install jitsu ( helps manage your node apps )

npm install jitsu -g

Installing boilerplates

mkdir myapp
cd myapp/
jitsu install <appname>

where appname is the name of any included boilerplate

Included Boilerplates

jitsu install dnode
jitsu install express
jitsu install socket.io

Usage

After running jitsu install <appname>, you will be prompted to start the application locally. After testing the application locally, you can then deploy it to the cloud using the jitsu deploy command.

For additional information, each individual boilerplate folder contains it's own ReadMe.md file.

License

(The MIT License)

Copyright (c) 2013 Nodejitsu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

a collection of one-line install node.js boilerplates for various popular libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • CSS 3.2%