0.0.5 • Published 8 years ago

generator-neonode v0.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

#Neonode

Neonode

npm-image license-image

A Yeoman generator to scaffold an opinionated minimalistic MVC framework.

Quick Start

1) Install yeoman and neonode's generator:

$ npm install -g yo generator-neonode

2) Run neonode's generator:

$ yo neonode

Just follow the instructions.

In this example we will use the name neonode-app for our project.

img-yo-neonode

If you don't set a project name it will create the project in the current directory.

3) Compile the assets:

npm run build

img-npm-run-build

4) Finally start the server:

$ npm start

img-npm-start

Now point your browser to http://localhost:3000 you should see something like this:

img-browser

Documentation

Go to https://empathia.github.io/neonode