UNPKG

generator-neonode

Version:

Yeoman generator to scaffold a Neonode Fullstack MVC Application

43 lines (31 loc) 777 B
# <%= appName %> ## Setup Create `config.js` and `knexfile.js`, edit them as needed. ```sh cp config/config.sample.js config/config.js cp knexfile.sample.js knexfile.js ``` Build the application assets before starting. ```sh npm run build ``` Run the server ```sh npm start ``` ## Credits Neonode is possible thanks to these wonderful libraries - [Neon][3] - [Thulium][4] - [Lithium][5] - [Argon][6] - [Krypton][9] - [Fluorine][7] - [Cobalt][8] [3]: https://github.com/azendal/neon [4]: https://github.com/freshout-dev/thulium [5]: https://github.com/freshout-dev/lithium [6]: https://github.com/sgarza/argon/tree/node-callback-convention [7]: https://github.com/freshout-dev/fluorine [8]: https://github.com/benbeltran/cobalt [9]: https://github.com/sgarza/krypton