|
| 1 | +# res |
| 2 | + |
| 3 | +[![NPM version][npm-image]][npm-url] |
| 4 | +[![build status][travis-image]][travis-url] |
| 5 | +[![Test coverage][codecov-image]][codecov-url] |
| 6 | +[![David deps][david-image]][david-url] |
| 7 | +[![Known Vulnerabilities][snyk-image]][snyk-url] |
| 8 | +[![npm download][download-image]][download-url] |
| 9 | + |
| 10 | +[npm-image]: https://img.shields.io/npm/v/res.svg?style=flat-square |
| 11 | +[npm-url]: https://npmjs.org/package/res |
| 12 | +[travis-image]: https://img.shields.io/travis/easy-team/res.svg?style=flat-square |
| 13 | +[travis-url]: https://travis-ci.org/easy-team/res |
| 14 | +[codecov-image]: https://img.shields.io/codecov/c/github/easy-team/res.svg?style=flat-square |
| 15 | +[codecov-url]: https://codecov.io/github/easy-team/res?branch=master |
| 16 | +[david-image]: https://img.shields.io/david/easy-team/res.svg?style=flat-square |
| 17 | +[david-url]: https://david-dm.org/easy-team/res |
| 18 | +[snyk-image]: https://snyk.io/test/npm/res/badge.svg?style=flat-square |
| 19 | +[snyk-url]: https://snyk.io/test/npm/res |
| 20 | +[download-image]: https://img.shields.io/npm/dm/res.svg?style=flat-square |
| 21 | +[download-url]: https://npmjs.org/package/res |
| 22 | + |
| 23 | + |
| 24 | +A Powerful, Simple React Node Web Framework, Front-End and Node of The Application are Written in TypeScript or JavaScript! Everything is Simple! |
| 25 | + |
| 26 | +> You don't need to care about React server-side rendering implementation details and the Webpack + Babel + TypeScript build process. You just need to write React isomorphic applications just like you would write a React front-end application. |
| 27 | +
|
| 28 | +## Installation |
| 29 | + |
| 30 | +```bash |
| 31 | +$ npm install @easy-team/res --save |
| 32 | +``` |
| 33 | + |
| 34 | +Node.js >= 8.0.0 required. |
| 35 | + |
| 36 | +## Features |
| 37 | + |
| 38 | +- ✔︎ Based on [Egg](https://eggjs.org/en/intro/index.html) Framework, Powerful, Easy to Expand |
| 39 | +- ✔︎ Support React Server Side Render and Client Side Render Modes, Nunjucks & React Render Mode, Rendering Cache, Automatic Downgrade, |
| 40 | +- ✔︎ Front-End and Node of The Application are Written in TypeScript or JavaScript |
| 41 | +- ✔︎ Build with Webpack, Auto Building, Hot Reload, Code Splitting, High Speed, Performance Optimization |
| 42 | +- ✔︎ Powerful Tool Chain [res-cli](https://github.com/easy-team/res-cli) |
| 43 | + |
| 44 | +## Document |
| 45 | + |
| 46 | +- https://www.yuque.com/easy-team/res |
| 47 | + |
| 48 | +## QuickStart |
| 49 | + |
| 50 | +```bash |
| 51 | +$ npm install -g @easy-team/res-cli |
| 52 | +$ res init |
| 53 | +$ npm install |
| 54 | +$ npm run dev |
| 55 | +$ open http://localhost:7001 |
| 56 | +``` |
| 57 | + |
| 58 | +## Examples |
| 59 | + |
| 60 | +See [res-awesome](https://github.com/easy-team/res-awesome) |
| 61 | + |
| 62 | +## Links |
| 63 | + |
| 64 | +- https://eggjs.org/en/advanced/framework.html |
| 65 | +- https://www.yuque.com/easy-team/res |
| 66 | + |
| 67 | +## License |
| 68 | + |
| 69 | +[MIT](LICENSE) |
0 commit comments