Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 381 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 381 Bytes

Espresso Site

A little kickstart framework to rapidly create websites with NodeJS

Follow these 3 simple steps to install and run Espresso Site:

  • Create a new NPM project with "npm init"
  • Install the Espresso Site NPM package (npm install espresso-site)
  • Then run "npm run espresso:serve"

Now check out http://localhost:3000 in your web browser.

More info coming soon!