Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
docs(readme): add note about purecrux, add flow
Browse files Browse the repository at this point in the history
docs(readme): add note about purecrux, add flow
  • Loading branch information
Metnew committed Nov 11, 2017
1 parent 9b8192a commit cd6ff27
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ You're always free to use any other UI framework with `suicrux`.

[![bitHound Dependencies](https://www.bithound.io/github/Metnew/suicrux/badges/dependencies.svg)](https://www.bithound.io/github/Metnew/suicrux/master/dependencies/npm) [![bitHound Dev Dependencies](https://www.bithound.io/github/Metnew/suicrux/badges/devDependencies.svg)](https://www.bithound.io/github/Metnew/suicrux/master/dependencies/npm)

### Client:
[PureCrux](https://github.com/Metnew/purecrux) - same as `suicrux`, but without i18n, rarely used features(manifest, favicons generation, etc) and example app.

### Client:
- **[Flow](https://flow.org/en/)** - static typing rocks!
- **[React 16](https://facebook.github.io/react/)** and **[Redux](http://redux.js.org/)**
- **SASS**, **[PostCSS](https://github.com/postcss/postcss)**, and **[styled-components](https://github.com/styled-components/styled-components)** support.
- **[React-Router v4](https://github.com/ReactTraining/react-router)** + **[React-Router-Redux v5](https://github.com/reactjs/react-router-redux)**
Expand Down Expand Up @@ -102,9 +104,10 @@ Based on [`tiny-universal-skeleton`](https://github.com/Metnew/tiny-universal-sk
"30-seconds guide":
```bash
# Install
git clone --depth=1 https://github.com/Metnew/suicrux.git
git clone --depth=1 --single-branch https://github.com/Metnew/suicrux.git
cd suicrux
npm install
flow-typed install # install flow typings for libraries
# Development
npm run dev
# Build
Expand Down

0 comments on commit cd6ff27

Please sign in to comment.