This is a sample app demoing the MVP design pattern in Swift
- Install Vapor:
curl -sL toolbox.vapor.sh | bash cd vaporServerOnce in the directory with Package.swift, runvapor build- Once the build has completed, run
vapor run serve
cd nodeServernpm installnpm start