Package Exports
- nodart
- nodart/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nodart) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TYPESCRIPT BACKEND FRAMEWORK
DOWNLOAD SAMPLE APPLICATION
git clone https://github.com/nodart-labs/nodart-app.gitRUN APPLICATION UNDER DEVELOPMENT SERVER
npm run devAPPLICATION START EXAMPLE
import {App} from 'nodart'
const config = require('./config')
new App({...config}).init().then(app => app.serve(3000))