mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-11 12:10:36 +08:00
Merge pull request #42 from victor-homyakov/patch-2
Fix usage example and link to Jasmine
This commit is contained in:
@@ -20,7 +20,7 @@ Run `yo react-webpack`, optionally passing an app name:
|
|||||||
yo react-webpack [app-name]
|
yo react-webpack [app-name]
|
||||||
```
|
```
|
||||||
|
|
||||||
Run `grunt` for building and `grunt serve` for preview in the browser at [localhost](http://localhost:8000).
|
Run `grunt build` for building and `grunt serve` for preview in the browser at [localhost](http://localhost:8000).
|
||||||
|
|
||||||
## Generators
|
## Generators
|
||||||
|
|
||||||
@@ -107,7 +107,7 @@ A complete routing library for React. This option only adds the basic hooks to g
|
|||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
Running `grunt test` will run the unit tests with karma. Tests are written using [Jasmine](http://pivotal.github.io/jasmine/) by default.
|
Running `grunt test` will run the unit tests with karma. Tests are written using [Jasmine](http://jasmine.github.io/1.3/introduction.html) by default.
|
||||||
|
|
||||||
## Further Information
|
## Further Information
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user