3.0.4 • Published 8 years ago

neonode v3.0.4

Weekly downloads
130
License
-
Repository
github
Last release
8 years ago

Neon.js powered MVC Full-Stack development Anti-Framework.

npm-image

Usage

npm install -g neonode

neonode --init

Fill the prompts and this will create a project in the directory specified

Requirements

Install node module dependencies

npm install

Install Redis (optional, only if using sessions)

brew install redis

Install MySQL or Postgres (optional)

Install webpack as a global npm module

npm install webpack -g

To compile assets in dev mode

webpack -d

To compile assets in production mode

webpack -p

Go to Webpack documentation

Setup

Once a new project is created:

cp config/config-example.js config/config.js

Edit config.json as needed.

Run the server

redis-server (optional)
npm start

Database Migrations

Neonode uses Knex to access databases and you can use it to generate queries and migrate the DB. Read Knex Migrations

Controllers Generator

For Restful and non-Restful controllers run:

neonode --create controller

Models

neonode --create model

Middlewares

Middlewares are now located in ./middlewares and they are loaded fom the config/middlewares.js registry.

Contributing and Feature Requests

You MUST read CONTRIBUTING.md before you start filing a issue or making a Pull Request.

Credits

Neonode is possible thanks to these wonderful libraries

Neon

Thulium

Lithium

Argon

Krypton

Fuorine

Cobalt

CHANGELOG

Read CHANGELOG.md

3.0.4

8 years ago

3.0.3

8 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.1.4

9 years ago

2.1.3

9 years ago

2.1.2

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.10

9 years ago

2.0.9

9 years ago

2.0.8

9 years ago

2.0.7

9 years ago

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago