Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
Big redux boilerplate template with isomporphic
#4redux

Isomporphic redux template

## install and development
To start develop, run:
To start developing, run:
```bash
npm run install
npm run dev
```
and open browser with displayed link
and open the displayed link in the browser.

You can use [yarn](https://github.com/yarnpkg/yarn) for install dependencies. Yarn several times faster than npm.
You can use [yarn](https://github.com/yarnpkg/yarn) to install dependencies. Yarn is several times faster than npm.
```bash
yarn install
```
Expand All @@ -17,7 +19,6 @@ For fast development and error handling, use render only on client:
```bash
npm run dev-render-on-client
```
and open browser with displayed link

Karma testing with watch:
```bash
Expand Down