yahoi
Version:
Yet Another Highly Opinionated Isomorphic Framework
43 lines (24 loc) • 586 B
Markdown
# yahoi
Yet Another Highly Opinionated Isomorphic React Framework/Boilerplate
Checkout the offical yahoi website: http://www.yahoi.io (also under construction :-))
###### Description
(!!!) Status: Work in progress (including documentation) (!!!)
#### Setup/Config
```sh
$ npm install yahoi --save
```
Then add "yahoi": "yahoi" to your package.json scripts section
#### Development
```sh
$ npm run yahoi dev
```
#### Build
```sh
$ npm run yahoi build
```
#### Usage
```sh
$ npm run yahoi start
```
#### Docker
For your convenience a `Dockerfile` has been included.