0.0.13 • Published 6 years ago

create-standard-rest v0.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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...