Package Exports
- node-nerve
- node-nerve/dist/app.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 (node-nerve) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Nerve
Nerve is a full stack framework for building fast and modern web applications.
Installations
$ npm install nerve-cli -gQuick Start
Create directory:
$ mkdir example-app
$ cd example-appCreate application:
$ nervejs create appStart service:
$ npm run appBy default application start with development environment.
For start with production environment:
$ npm run app -- --env=prodIn production mode the application uses the compiled templates and does not clear the cache for required templates.
Compile templates:
$ npm run templates