node-nerve

node server for nervejs framework

Usage no npm install needed!

<script type="module">
  import nodeNerve from 'https://cdn.skypack.dev/node-nerve';
</script>

README

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