Isomorphic ES6 build & package management with auto-refresh, and support for socket-based, isomorphic data models
npm install nodebsQuickly generate fullstack ESNext apps with support for browser-autorefresh and
Websocket-based APIs.
To install, type:
```
npm install -g nodebs
To create a new No.BS project, type:
``
nobs my-new-project
This will create a new working directory with your project bootstrapped inside. To
start a development server, cd to your new project and enter:`
`
yarn dev
When it is time to do a production build, enter:
```
yarn build