Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cvan/bon

An assisting tool for deploying an isomorphic (universal) JavaScript (Node.js) web app.
https://github.com/cvan/bon

Last synced: 2 days ago
JSON representation

An assisting tool for deploying an isomorphic (universal) JavaScript (Node.js) web app.

Awesome Lists containing this project

README

        

# bön

An assisting tool for deploying an isomorphic (universal) JavaScript (Node.js) web app.

## Installation

To install the [Node](https://nodejs.org) dependencies:

```sh
npm install
```

## Local development

To start the local dev server:

```sh
npm start
```

## Credits

Adapted from [riot-isomorphic](https://github.com/ListnPlay/riot-isomorphic).

## License

[MIT](LICENSE.md)