Skip to content

Commit

Permalink
docs: linking to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
DJCordhose authored and dmbch committed Feb 2, 2018
1 parent bc4b55a commit 4df6cb2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

Hops is everything you need to develop and deploy a production grade universal web application with [React](https://facebook.github.io/react/). It provides both a **universal runtime** as well as the necessary **build tooling**.

### Philosophy
![Hops Core](https://raw.githubusercontent.com/wiki/xing/hops/hops-core.png)

Hops targets the the professional React developer and follows React mainstream best practices.

Expand All @@ -28,6 +28,8 @@ The two guiding principles are:

Hops is designed to simplify getting started with modern frontend tooling. It streamlines [Webpack](https://webpack.js.org) and [Jest](https://facebook.github.io/jest/) configuration featuring [Babel](https://babeljs.io) and [PostCSS](http://postcss.org).

Why and how Hops is structured into modules can be found [here](https://github.com/xing/hops/wiki/modules) and [here is a more detailed and complete treatise on its concepts](https://github.com/xing/hops/wiki/concepts).

### Quick start

```shell
Expand All @@ -38,6 +40,8 @@ npm start

This will start hops in development mode. Visit [http://localhost:8080](http://localhost:8080) to see your app in the browser and make some changes to the code in your editor to see it live-reloading.

You can find a complete walk through in our [Getting Started Guide](https://github.com/xing/hops/wiki/getting-started).

### FAQ

#### When is Hops the framework for you?
Expand Down

0 comments on commit 4df6cb2

Please sign in to comment.