chore: docs and package json setup

This commit is contained in:
André Neves 2018-11-23 17:51:43 -05:00
parent 9715a47fb3
commit 829421b8bd
2 changed files with 4 additions and 10 deletions

View File

@ -4,11 +4,12 @@ Reference Wallet for the Zcash Network
## Stack Information
- [Electron](https://github.com/electron/electron): desktop application builder
- [React](https://facebook.github.io/react/): UI view layer
- [Redux](http://redux.js.org/): predictable state container
- [Webpack](http://webpack.github.io/): module bundler
- [Webpack-Dev-Server](https://webpack.github.io/docs/webpack-dev-server.html): development server
- [Babel](http://babeljs.io/): ES6/JSX transpilling
- [Webpack Development Server](https://webpack.github.io/docs/webpack-dev-server.html): development server
- [Babel](http://babeljs.io/): ES7/JSX transpilling
- [ESLint](http://eslint.org/): code rules and linting
- [React Router](https://github.com/reactjs/react-router): routing solution for react
@ -26,14 +27,6 @@ To run the application on port 8080
yarn dev
```
## Webpack Bundle Analysis
To visualize the bundle size of your application
```bash
yarn analyze
```
## License
© Zcash Foundation 2018

View File

@ -3,6 +3,7 @@
"version": "0.1.0",
"description": "Zcash Reference Wallet",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "yarn dev",
"dev": "webpack-dev-server --config config/webpack-dev.config.js --mode development --open --hot",