Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geowarin committed Jun 26, 2016
1 parent 29d7375 commit a575b0a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,20 @@ in the `dist` folder.

## Configuration

### index.html

If no `index.html` is found at the root of your project, one will be generated for you.
If you provide one, css and scripts will be injected for you,
as described in the [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin).

### Static resources

All the files in the `public` directory of your project will be served by the dev server and will be copied
as-is int the `dist` directory.

### Babel aliases

Create a `tarec.yml` file and configure aliases like this:
Create a `tarec.yml` file and configure [aliases](https://github.com/tleunen/babel-plugin-module-alias) like this:

```yaml

Expand Down Expand Up @@ -130,6 +136,8 @@ plugins:
## Todo

* React-Hot-Loader 3?
* Support server compilation and universal apps
* Typescript

# Thanks

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
"bin": {
"tarec": "bin/tarec.js"
},
"keywords": [],
"keywords": [
"awesome",
"react",
"cli"
],
"author": "",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit a575b0a

Please sign in to comment.