generator-neonode
v0.0.5
Published
Yeoman generator to scaffold a Neonode Fullstack MVC Application
Maintainers
Readme
#Neonode
A Yeoman generator to scaffold an opinionated minimalistic MVC framework.
Quick Start
- Install yeoman and neonode's generator:
$ npm install -g yo generator-neonode- Run neonode's generator:
$ yo neonodeJust follow the instructions.
In this example we will use the name neonode-app for our project.

If you don't set a project name it will create the project in the current directory.
- Compile the assets:
npm run build
- Finally start the server:
$ npm start
Now point your browser to http://localhost:3000 you should see something like this:

