Skip to content

zhiyu/icecream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icecream is a rapid web framework. 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.

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

Installation

  • Install nodejs and npm.

  • 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