joannesalfa / neonode

https://empathia.github.io/neonode A Yeoman generator to scaffold an opinionated minimalistic MVC framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Neonode

Neonode

A Yeoman generator to scaffold an opinionated minimalistic MVC framework.

Quick Start

First you need to install yeoman and neonode's generator:

$ npm install -g yeoman genearator-neonode

Now run neonode's generator:

$ yo neonode

Just follow the instructions.

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

yo neonode

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

neonode uses webpack to compile its assets, to do it run:

$ webpack -d

webpack -d

And finally to start the server run:

$ npm start

npm start

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

browser

Documentation

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

About

https://empathia.github.io/neonode A Yeoman generator to scaffold an opinionated minimalistic MVC framework.

License:MIT License


Languages

Language:JavaScript 89.9%Language:HTML 8.6%Language:CSS 1.5%