Skip to content

NewEconoLab/NEOray2.0

Repository files navigation

NELBrowser

技术选型

  1. React
  2. React-router
  3. Mobx
  4. Typescript

启动(测试网)

npm install / yarn add
npm start / yarn start

启动(主网)

npm run startpub

打包发布

npm run build

Nginx 配置

location / {
  try_files $uri /index.html;
}

location /test {
 try_files $uri /test/index.html;
}

项目文档

todo

流程图

todo

代码约束

遵循 typescript-react 规范 以及 arbnb 规范