Skip to content

NerveJS — full stack nodejs framework

License

Notifications You must be signed in to change notification settings

Kellaro/node-nerve

 
 

Repository files navigation

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

About

NerveJS — full stack nodejs framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.2%
  • JavaScript 19.0%
  • Other 0.8%