Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Graffiti examples

Run

# MongoDB has to be running
# Install dependencies
cd .. && npm install && cd example && npm install
# Run all servers
npm start
# Express server listening on port 3001
# Hapi server listening on port 3002
# Koa server listening on port 3003