UNPKG

690 BMarkdownView Raw
1# yahoi
2
3Yet Another Highly Opinionated Isomorphic React Framework/Boilerplate
4Checkout the offical yahoi website: http://www.yahoi.io (also under construction :-))
5
6
7###### Description
8
9(!!!) Status: Work in progress (including documentation) (!!!)
10
11#### Setup/Config
12
13```sh
14$ npm install yahoi
15$ npm-do yahoi install
16```
17
18#### Development
19
20```sh
21$ npm-do yahoi dev
22```
23
24#### Build
25
26```sh
27$ npm-do yahoi build
28```
29
30#### Usage
31
32```sh
33$ npm-do yahoi start
34```
35
36#### Docker
37
38For your convenience a `Dockerfile` has been included.
39However, you have to add the following start command to your
40`start` script in your `package.json`
41
42```sh
43{
44 "start": "node_modules/.bin/yahoi start"
45}
46```
47
48
\No newline at end of file