Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 442 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 442 Bytes

coderiver

致力于打造全平台全栈精品开源项目

技术栈

ts, dva, webpack, jest, css-modules, aribnb-tslint

文件目录


├── src
│   ├── assets
│   ├── components
│   ├── models
│   ├── pages
├── public

环境依赖

  • nodejs >= 10.14.2
  • yarn >= 1.12.3

开发

yarn
yarn start

构建

yarn build

测试

yarn test