Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-saito-linx committed Jul 5, 2015
1 parent c112e46 commit e7bde7b
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ npm-debug.log
coverage/
assets.json
.azk/
jest_preprocess_cache/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "0.10"
- "iojs-v2.3.0"
script: "npm run coverage"
after_success: "< coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js"
34 changes: 30 additions & 4 deletions readme.md → README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
# react-webpack-boilerplate
[![Build Status](http://img.shields.io/travis/srn/react-webpack-boilerplate.svg?style=flat-square)](https://travis-ci.org/srn/react-webpack-boilerplate) [![Dependency Status](http://img.shields.io/gemnasium/srn/react-webpack-boilerplate.svg?style=flat-square)](https://gemnasium.com/srn/react-webpack-boilerplate) [![Build Status](http://img.shields.io/coveralls/srn/react-webpack-boilerplate.svg?style=flat-square)](https://coveralls.io/r/srn/react-webpack-boilerplate)
[![Build Status](http://img.shields.io/travis/saitodisse/react-webpack-boilerplate.svg?style=flat-square)](https://travis-ci.org/saitodisse/react-webpack-boilerplate) [![Dependency Status](http://img.shields.io/gemnasium/saitodisse/react-webpack-boilerplate.svg?style=flat-square)](https://gemnasium.com/saitodisse/react-webpack-boilerplate) [![Build Status](http://img.shields.io/coveralls/saitodisse/react-webpack-boilerplate.svg?style=flat-square)](https://coveralls.io/r/saitodisse/react-webpack-boilerplate)

> Simple production-ready boilerplate for [React](http://facebook.github.io/react/) and [Webpack](http://webpack.github.io/) (SASS and React hot reloading)
## this fork

- Azkfile
- io.js
- jest#0.5.x

## run tests

```sh
azk shell -c'jest'
```

## start azk

```sh
azk start
```

## FIXME: open webpack dev

http://ppp.dev.azk.io:[HOT_PORT]/

------------

# original

## Install

Clone repository and run:
Expand All @@ -17,9 +43,9 @@ Alternatively, you can deploy your own copy with one click using this button:

## iojs

If you'd rather want to use `iojs` you need to install a newer version of `jest` than what is currently
available on npm. Jest uses a newer version of `jsdom` where support for `<= 0.12` has been dropped in order to move
the project further. As of [#374](https://github.com/facebook/jest/pull/374), Jest should work on latest io.js.
If you'd rather want to use `iojs` you need to install a newer version of `jest` than what is currently
available on npm. Jest uses a newer version of `jsdom` where support for `<= 0.12` has been dropped in order to move
the project further. As of [#374](https://github.com/facebook/jest/pull/374), Jest should work on latest io.js.
It's currently in a separate branch, [facebook/jest/tree/0.5.x](https://github.com/facebook/jest/tree/0.5.x), and can also be installed via npm `facebook/jest#0.5.x`.

## Development
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/srn/react-webpack-boilerplate.git"
"url": "https://github.com/saitodisse/react-webpack-boilerplate"
},
"engines": {
"node": "0.10",
Expand All @@ -30,9 +30,9 @@
"author": "Søren Brokær <root@srn.io> (http://srn.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/srn/react-webpack-boilerplate/issues"
"url": "https://github.com/saitodisse/react-webpack-boilerplate/issues"
},
"homepage": "https://github.com/srn/react-webpack-boilerplate",
"homepage": "https://github.com/saitodisse/react-webpack-boilerplate",
"dependencies": {
"compression": "1.5.0",
"ejs": "2.3.2",
Expand Down

0 comments on commit e7bde7b

Please sign in to comment.