1) Install the cli utilities

  npm install @seatbelt/cli -g

2) Create a new project

  seatbelt --new [dirname]

3) Pick a server and orm on creation of a new project

4) Enter the directory and run the index.js

  cd [dirname]
  node index.js