node-nerve
TypeScript icon, indicating that this package has built-in type declarations

1.4.3 • Public • Published

Nerve

Nerve is a full stack framework for building fast and modern web applications.

Installations

$ npm install nerve-cli -g

Quick Start

Create directory:

$ mkdir example-app
$ cd example-app

Create application:

$ nervejs create app

Start service:

$ npm run app

By default application start with development environment.

For start with production environment:

$ npm run app -- --env=prod

In production mode the application uses the compiled templates and does not clear the cache for required templates.

Compile templates:

$ npm run templates

Package Sidebar

Install

npm i node-nerve

Weekly Downloads

392

Version

1.4.3

License

MIT

Unpacked Size

140 kB

Total Files

108

Last publish

Collaborators

  • array07