Node.js framework for humans
- Nodejs >= 10
$ npm i -g @nodosjs/cli
$ nodos new MyBlog
$ cd MyBlog
$ bin/nodos server
# commands: bin/nodos --help
# Setup
$ git clone <this repo>
$ cd nodos
$ make setup
$ cd example
$ make setup
$ bin/nodos test
$ bin/nodos server
We use https://lernajs.io and yarn
$ git clone <this repo>
$ cd nodos
$ make setup
$ make test
How to start (https://github.com/nodosjs/nodos/wiki). Russian version only.