All Projects → tvrcgo → egg-react-mobx-ts-antd

tvrcgo / egg-react-mobx-ts-antd

Licence: other
Start node with eggjs, react, mobx-react, typescript and ant design.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to egg-react-mobx-ts-antd

todo-list
A simple todo list application with React and mobx and antd
Stars: ✭ 25 (-26.47%)
Mutual labels:  mobx-react, ant-design
elm-antd
The official Ant Design UI Kit for Elm
Stars: ✭ 56 (+64.71%)
Mutual labels:  ant-design
navigation-mobx-example
proof of concept project to use mobX in react-native-navigation
Stars: ✭ 47 (+38.24%)
Mutual labels:  mobx-react
react-antd-formutil
Happy to use react-formutil in the project based on ant-design ^_^
Stars: ✭ 16 (-52.94%)
Mutual labels:  ant-design
y2mp3
An Electron app to download youtube playlist
Stars: ✭ 118 (+247.06%)
Mutual labels:  mobx-react
antd-form-mate
📦 基于 ant design 的表单组件,配置化实现表单功能。
Stars: ✭ 14 (-58.82%)
Mutual labels:  ant-design
ecommerce-react-native
The ideal starter kit / app script with all the needed UI elements alongwith MobX and NativeBase to build your iOS and Android e-commerce app like Mona / JackThreads / Canopy / Flipp
Stars: ✭ 86 (+152.94%)
Mutual labels:  mobx-react
kotlin-js-wrappers
Kotlin JS wrappers for popular JavaScript libraries
Stars: ✭ 48 (+41.18%)
Mutual labels:  ant-design
sofa-dashboard
Dashboard of SOFAStack.
Stars: ✭ 89 (+161.76%)
Mutual labels:  ant-design
tinylog-ui
实时日志分析系统后台数据管理系统
Stars: ✭ 45 (+32.35%)
Mutual labels:  mobx-react
mobx
Код учебного курса “MobX & React” на YouTube-канале webDev (https://tinyurl.com/vt3tk6vy)
Stars: ✭ 23 (-32.35%)
Mutual labels:  mobx-react
team-timesheets
Time tracking web app built as a replacement for old school timesheets.
Stars: ✭ 25 (-26.47%)
Mutual labels:  mobx-react
egg-view-assets
Manage frontend assets in development and production.
Stars: ✭ 51 (+50%)
Mutual labels:  eggjs
react-native-navigation-mobx-demo
React native Navigation with MobX demo. Blog post write up ->
Stars: ✭ 32 (-5.88%)
Mutual labels:  mobx-react
next-plugin-antd
A @zeit/next-less patch with full support for Ant Design, Less and CSS modules
Stars: ✭ 27 (-20.59%)
Mutual labels:  ant-design
mobx-wxapp
在小程序中使用mobx
Stars: ✭ 54 (+58.82%)
Mutual labels:  mobx-react
react-mobx-router4-axios
react + less + webapck config + mobx(store)+ axios + router4
Stars: ✭ 24 (-29.41%)
Mutual labels:  mobx-react
ant-design-icons
Ant Design + Material Design Icon =
Stars: ✭ 21 (-38.24%)
Mutual labels:  ant-design
nextjs-ts-antd-redux-storybook-starter
🏃🏼 Next.js + TypeScript + Ant Design + Redux Toolkit + Redux Saga + Styled Components + Jest + Storybook 企业级项目脚手架模板
Stars: ✭ 78 (+129.41%)
Mutual labels:  ant-design
sf-midway-admin
🚀 基于MidwayJs + TypeScript + TypeORM + Redis + MySql + Vue2 + Element-UI编写的一款简单高效的前后端分离的权限管理系统
Stars: ✭ 93 (+173.53%)
Mutual labels:  eggjs

egg-react-mobx-ts-antd

Front

  • react
  • mobx-react
  • typescript
  • css modules (beta)
  • ant design

Server

  • egg

Start

Development

$ npm install
$ npm run build:dll
$ npm run build & npm run dev
$ open http://localhost:7001

Deploy

Use EGG_SERVER_ENV=prod to enable prod mode

$ EGG_SERVER_ENV=prod npm start

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].