node-nerve
v1.4.3
Published
node server for nervejs framework
Maintainers
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