npm i create-std-rest
const CreateStdREST = require('create-std-rest')
const app = new CreateStdREST({
pages: 'index', // Array pages for your app
static: 'public' // folder for static files
})
npm start
ENV is DEVELOP
Server start from http://0.0.0.0:8880
Api listening started...