create-standard-rest
v0.0.13
Published
## install ` npm i create-std-rest `
Downloads
1
Readme
Create standart rest api for light start your web project
install
npm i create-std-rest
Usage
const CreateStdREST = require('create-std-rest')
const app = new CreateStdREST({
pages: 'index', // Array pages for your app
static: 'public' // folder for static files
})
In shell
npm start
ENV is DEVELOP
Server start from http://0.0.0.0:8880
Api listening started...