Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cvan/bon
- Owner: cvan
- License: mit
- Created: 2016-12-15T13:58:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T13:59:47.000Z (about 8 years ago)
- Last Synced: 2025-01-29T18:02:41.860Z (9 days ago)
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)