10000 GitHub - codeographer/icecream: a rapid web framework for nodejs
[go: up one dir, main page]

Skip to content

codeographer/icecream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

####About####

icecream is a rapid web framework based on NodeJS. It was designed with a very small footprint for those who need a simple, elegant and pragmatic toolkit to build high-performing, full-featured web applications.

the source code is hosted on github.com and licensed under the MIT license.

any question about icecream, please feel free to contact zhengzhiyu@yeah.net

####Installation####

  • Install nodejs and npm. The download page is http://nodejs.org/download/.

  • Install icecream.

     npm install -g icecream 
    

    or

     sudo npm install -g icecream     
    

####Your first application####

  • create the application

     icecream create helloword         
    
  • run the server

     cd helloword
     npm install         
     node start.js
    
  • visit the application

    open http://localhost:3000

About

a rapid web framework for nodejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0