Skip to content

Commit

Permalink
Make README and Instroduction docs consistent
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
insin committed Dec 20, 2015
1 parent a45f087 commit 052a652
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
[![npm package][npm-badge]][npm]
[![Coveralls][coveralls-badge]][coveralls]

nwb is a development tool for [React](https://facebook.github.io/react/) apps, React components and other JavaScript modules.
nwb is a development tool for [React](https://facebook.github.io/react/) apps and components, and other web apps and npm web modules.

**Think of nwb like a frontend to [Webpack](https://webpack.github.io/), [Babel](http://babeljs.io/) and [Karma](http://karma-runner.github.io).**

It provides [commands](/docs/Commands.md#nwb-commands) for:

* creating **static builds** for React apps, including production optimisations
* creating **static builds** for React apps and other web apps, including React production optimisations
* creating **ES5 and UMD builds** for React components and other JavaScript modules to be published to npm
* **serving** React apps and demos with **hot module reloading** and **syntax/`render()` error overlays**
* **serving** React apps and demos with **hot module reloading** and **syntax/`render()` error overlays**, and other web apps with auto-reloading on change and syntax error overlays
* running **unit tests** with code coverage

Instead of copying boilerplate `devDependencies` and configuration scripts into your project, nwb **owns the npm dependencies** for these tools and **dynamically generates configuration** , so you don't have to deal with keeping these up to date yourself.
Expand Down
4 changes: 2 additions & 2 deletions docs/Introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Introduction

nwb is a development tool for [React](https://facebook.github.io/react/) apps, React components and other JavaScript modules.
nwb is a development tool for [React](https://facebook.github.io/react/) apps and components, and other web apps and npm web modules.

**Think of nwb like a frontend to [Webpack](https://webpack.github.io/), [Babel](http://babeljs.io/) and [Karma](http://karma-runner.github.io).**

Expand All @@ -21,7 +21,7 @@ To speed up developing new projects, nwb can also [generate skeleton projects](/

* Babel 5 settings
* Default Webpack loader settings
* Adding extra Webpack loaders - a crude escape hatch for now
* Adding extra Webpack loaders (a crude escape hatch for now)
* Webpack `DefinePlugin` replacements
* Karma settings for test paths, frameworks, reporters and plugins
* CSS preprocessors can be added as [nwb plugins](/docs/Plugins.md#css-preprocessors).
Expand Down

0 comments on commit 052a652

Please sign in to comment.