mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 18:45:38 +00:00
remove boilerplate-specific README descriptions
This commit is contained in:
parent
81566a3097
commit
284bf46c11
29
README.md
29
README.md
@ -1,31 +1,6 @@
|
|||||||
# MyEtherWallet
|
# MyEtherWallet
|
||||||
MyEtherWallet (v4+)
|
MyEtherWallet (v4+)
|
||||||
|
|
||||||
### What is it?
|
|
||||||
|
|
||||||
Production-ready, optimized, robust, fully-featured boilerplate/example.
|
|
||||||
|
|
||||||
#### Includes:
|
|
||||||
|
|
||||||
- **[React](https://facebook.github.io/react/)** and **[Redux](http://redux.js.org/)**
|
|
||||||
- **[React-Router](https://github.com/ReactTraining/react-router)** + **[React-Router-Redux](https://github.com/reactjs/react-router-redux)**
|
|
||||||
- **[JSON-server](https://github.com/typicode/json-server)** - mock db.
|
|
||||||
- **[Redux-thunk](https://github.com/gaearon/redux-thunk)** and **[Redux-Devtools-Extension](https://github.com/zalmoxisus/redux-devtools-extension)**
|
|
||||||
- **[Fetch polyfill](https://github.com/github/fetch)**
|
|
||||||
- **[Semantic-ui-react](http://react.semantic-ui.com/)** - UI components.
|
|
||||||
- **[Store2](https://github.com/nbubna/store)** - LocalStorage access.
|
|
||||||
- **[Webpack 2](https://webpack.js.org)** - babel (stage-0), **HMR**, build, devServer, hotMiddleware.
|
|
||||||
- **[Jest](https://facebook.github.io/jest/)** - awesome library for easy testing.
|
|
||||||
- **[Babel React Optimize](https://github.com/thejameskyle/babel-react-optimize)** and **[React-Addons-Perf](https://facebook.github.io/react/docs/perf.html)** for better performance optimization.
|
|
||||||
|
|
||||||
### Usage
|
|
||||||
|
|
||||||
```bash
|
|
||||||
git clone https://github.com/Metnew/react-semantic.ui-starter.git
|
|
||||||
cd react-semantic.ui-starter && rm -rf .git
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Run:
|
#### Run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -50,7 +25,7 @@ npm run test # run tests with Jest
|
|||||||
## Folder structure:
|
## Folder structure:
|
||||||
|
|
||||||
```
|
```
|
||||||
│ Reatty
|
│
|
||||||
├── common - Your App
|
├── common - Your App
|
||||||
│ └── actions - application actions
|
│ └── actions - application actions
|
||||||
│ ├── api - Services and XHR utils(also custom form validation, see InputComponent from components/common)
|
│ ├── api - Services and XHR utils(also custom form validation, see InputComponent from components/common)
|
||||||
@ -62,8 +37,6 @@ npm run test # run tests with Jest
|
|||||||
│ ├── styles - styles folder with scss vars, mixins, etc.
|
│ ├── styles - styles folder with scss vars, mixins, etc.
|
||||||
│ ├── index.jsx - entry
|
│ ├── index.jsx - entry
|
||||||
│ ├── index.html
|
│ ├── index.html
|
||||||
├── db // mock db
|
|
||||||
├── static - static assets(imgs, media)
|
|
||||||
├── webpack_config - Webpack configuration
|
├── webpack_config - Webpack configuration
|
||||||
├── jest_config - Jest configuration
|
├── jest_config - Jest configuration
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user